Commit 3875bdf0dd65

Vincent Demeester <vincent@sbr.pm>
2025-06-18 22:34:59
tools/emacs: add auto-fill-mode hook for org-mode
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 0052583
Changed files (1)
tools
emacs
tools/emacs/init.el
@@ -1052,6 +1052,8 @@ minibuffer, even without explicitly focusing it."
   (org-goto-interface 'outline-path-completion)
   (org-outline-path-complete-in-steps nil)
   (org-goto-max-level 2)
+  :hook
+  (org-mode . auto-fill-mode)
   :bind
   (:map org-mode-map
 	("C-<left>" . org-shiftleft)