mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
app/write: don't tamper with org-indent-mode
This commit is contained in:
@ -19,6 +19,4 @@
|
||||
(defun +write|init-org-mode ()
|
||||
"Initializes `org-mode' specific settings for `+write-mode'."
|
||||
(when (eq major-mode 'org-mode)
|
||||
(let ((arg (if +write-mode +1 -1)))
|
||||
(+org-pretty-mode arg)
|
||||
(org-indent-mode (if +write-mode -1 +1)))))
|
||||
(+org-pretty-mode (if +write-mode +1 -1))))
|
||||
|
Reference in New Issue
Block a user