Always auto-fill in org notes

This commit is contained in:
Jeremy Dormitzer 2021-03-01 20:29:23 -05:00
parent e8598514ff
commit 8f64aa7059

View File

@ -5,6 +5,8 @@
:mode (("\\.org\\'" . org-mode))
:init
(leader-def-key "o" '(nil :which-key "org"))
:config
(add-hook 'org-mode-hook #'auto-fill-mode)
:custom
(org-agenda-files `(,(expand-file-name "~/org/todo.org")
,(expand-file-name "~/org/deft/unifydb.org")