diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 00f4e78..3689d7c 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -173,6 +173,9 @@ (when (not window-system) (setq linum-format "%d ")) +;;; Texinfo +(add-hook 'texinfo-mode-hook 'turn-on-auto-fill) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; AUTOLOADS ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;