emacs: use variable-pitch-mode in nroff-mode

This commit is contained in:
Jeremy Baxter 2024-04-12 10:05:37 +12:00
parent cd232cd0f3
commit 5ef8a7a8e3

View file

@ -67,6 +67,7 @@
(add-hook 'mail-mode-hook 'auto-fill-mode)
(add-hook 'markdown-mode-hook 'auto-fill-mode)
(add-hook 'nroff-mode-hook 'auto-fill-mode)
(add-hook 'nroff-mode-hook 'variable-pitch-mode)
;; file extensions
(add-to-list 'auto-mode-alist '("\\.eml\\'" . mail-mode))