emacs: add auto-fill-mode to org-mode-hook

This commit is contained in:
Jeremy Baxter 2024-05-26 16:08:00 +12:00
parent e0e5fcc96f
commit 9bc2757caa

View file

@ -94,6 +94,7 @@ One will be created if none exist."
(add-hook 'markdown-mode-hook 'auto-fill-mode)
(add-hook 'nroff-mode-hook 'auto-fill-mode)
(add-hook 'nroff-mode-hook 'variable-pitch-mode)
(add-hook 'org-mode-hook 'auto-fill-mode)
;; file extensions
(add-to-list 'auto-mode-alist '("\\.yuck\\'" . lisp-mode))