diff --git a/.emacs.d/include/orgconfig.el b/.emacs.d/include/orgconfig.el index 40cbcbc..ae3a760 100644 --- a/.emacs.d/include/orgconfig.el +++ b/.emacs.d/include/orgconfig.el @@ -46,6 +46,7 @@ (add-hook 'org-agenda-mode-hook (lambda () (add-hook 'auto-save-hook 'org-save-all-org-buffers nil t) + (add-hook 'org-mode-hook 'auto-fill-mode) (auto-save-mode))) (provide 'orgconfig)