Always auto-fill in org notes
This commit is contained in:
parent
e8598514ff
commit
8f64aa7059
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user