emacs: use auto-fill-mode in mail-mode and markdown-mode
This commit is contained in:
parent
fc267b5bb4
commit
aee02e939f
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@
|
||||||
(add-hook 'lisp-data-mode-hook 'indent-spc-hook)
|
(add-hook 'lisp-data-mode-hook 'indent-spc-hook)
|
||||||
|
|
||||||
(setq fill-column 74)
|
(setq fill-column 74)
|
||||||
|
(add-hook 'mail-mode-hook 'auto-fill-mode)
|
||||||
|
(add-hook 'markdown-mode-hook 'auto-fill-mode)
|
||||||
|
|
||||||
;; file extensions
|
;; file extensions
|
||||||
(add-to-list 'auto-mode-alist '("\\.eml\\'" . mail-mode))
|
(add-to-list 'auto-mode-alist '("\\.eml\\'" . mail-mode))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue