Emacs: Autofill everything in Texinfo
Not just comments
This commit is contained in:
parent
0cceaba810
commit
430729835b
1 changed files with 1 additions and 0 deletions
|
@ -603,6 +603,7 @@ If no direction is given, don't split."
|
||||||
|
|
||||||
(defun oni:texinfo-mode-func ()
|
(defun oni:texinfo-mode-func ()
|
||||||
"Function for `texinfo-mode-hook'."
|
"Function for `texinfo-mode-hook'."
|
||||||
|
(setq-local comment-auto-fill-only-comments nil)
|
||||||
(auto-fill-mode))
|
(auto-fill-mode))
|
||||||
|
|
||||||
(defun oni:view-mail (inbox)
|
(defun oni:view-mail (inbox)
|
||||||
|
|
Loading…
Reference in a new issue