Emacs: Autofill everything in Texinfo

Not just comments
This commit is contained in:
Tom Willemsen 2012-12-30 02:31:16 +01:00
parent 0cceaba810
commit 430729835b

View file

@ -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)