app/write: don't tamper with org-indent-mode
This commit is contained in:
parent
9079fdd9ec
commit
26cc2a4f8a
1 changed files with 1 additions and 3 deletions
|
@ -19,6 +19,4 @@
|
||||||
(defun +write|init-org-mode ()
|
(defun +write|init-org-mode ()
|
||||||
"Initializes `org-mode' specific settings for `+write-mode'."
|
"Initializes `org-mode' specific settings for `+write-mode'."
|
||||||
(when (eq major-mode 'org-mode)
|
(when (eq major-mode 'org-mode)
|
||||||
(let ((arg (if +write-mode +1 -1)))
|
(+org-pretty-mode (if +write-mode +1 -1))))
|
||||||
(+org-pretty-mode arg)
|
|
||||||
(org-indent-mode (if +write-mode -1 +1)))))
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue