Move auto-fill-mode to text-mode-hook
This commit is contained in:
parent
3a89c3f79d
commit
51973dca9b
3 changed files with 3 additions and 4 deletions
|
@ -97,6 +97,9 @@ possible."
|
|||
require-final-newline t
|
||||
tabify-regexp "^\t* [ \t]+") ; for :retab
|
||||
|
||||
;; Favor hard-wrapping in text modes
|
||||
(add-hook 'text-mode-hook #'auto-fill-mode)
|
||||
|
||||
|
||||
;;
|
||||
;;; Clipboard / kill-ring
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue