emacs: use auto-fill-mode in nroff-mode
This commit is contained in:
parent
63af48398e
commit
d97de23115
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue