app/write: refactor
Removed autoloads that are already defined by packages.
This commit is contained in:
parent
fb3d385211
commit
a7bef8ec88
2 changed files with 6 additions and 21 deletions
|
@ -19,6 +19,6 @@
|
|||
(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)))
|
||||
(let ((arg (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