From 61953915a238838a40b95b63186caaaa6f726aaf Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 5 Sep 2011 15:31:47 +0200 Subject: EMACS: added texinfo settings --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs.d/init.el') 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 ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -- cgit v1.2.3-54-g00ecf