emacs: remove variable-pitch-mode on nroff-mode

This commit is contained in:
Jeremy Baxter 2024-06-11 06:54:59 +12:00
parent bc4ae58e75
commit d81bff7f40

View file

@ -95,7 +95,6 @@ One will be created if none exist."
(add-hook 'mail-mode-hook 'auto-fill-mode) (add-hook 'mail-mode-hook 'auto-fill-mode)
(add-hook 'markdown-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 'auto-fill-mode)
(add-hook 'nroff-mode-hook 'variable-pitch-mode)
(add-hook 'org-mode-hook 'auto-fill-mode) (add-hook 'org-mode-hook 'auto-fill-mode)
;; file extensions ;; file extensions