mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(turn-on-auto-fill): Mark it as an option for `text-mode-hook'.
This commit is contained in:
parent
c8a3c7eb27
commit
7cbf1dc1d3
1 changed files with 1 additions and 0 deletions
|
|
@ -3138,6 +3138,7 @@ for `auto-fill-function' when turning Auto Fill mode on."
|
|||
(defun turn-on-auto-fill ()
|
||||
"Unconditionally turn on Auto Fill mode."
|
||||
(auto-fill-mode 1))
|
||||
(custom-add-option 'text-mode-hook 'turn-on-auto-fill)
|
||||
|
||||
(defun set-fill-column (arg)
|
||||
"Set `fill-column' to specified argument.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue