+hook to org mode for auto-fill-mode

This commit is contained in:
dx
2020-05-14 04:06:05 +01:00
parent a0459a6397
commit 9b267b1155

View File

@@ -407,6 +407,7 @@ Org configuration to maximise org workflow.
Setup the agenda-files and the org-directory.
#+BEGIN_SRC elisp
(after! org
(add-hook 'org-mode-hook #'auto-fill-mode)
(setq org-directory "~/Text"
org-agenda-files '("~/Text/")
org-src-window-setup 'split-window-right