summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
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 ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;