emacs: use auto-fill-mode in nroff-mode

This commit is contained in:
Jeremy Baxter 2024-04-05 06:42:02 +13:00
parent 63af48398e
commit d97de23115

View file

@ -65,6 +65,7 @@
(setq fill-column 74)
(add-hook 'mail-mode-hook 'auto-fill-mode)
(add-hook 'markdown-mode-hook 'auto-fill-mode)
(add-hook 'nroff-mode-hook 'auto-fill-mode)
;; file extensions
(add-to-list 'auto-mode-alist '("\\.eml\\'" . mail-mode))