EMACS: added texinfo settings

This commit is contained in:
Tom Willemsen 2011-09-05 15:31:47 +02:00
parent 2ff16041c5
commit 61953915a2

View file

@ -173,6 +173,9 @@
(when (not window-system)
(setq linum-format "%d "))
;;; Texinfo
(add-hook 'texinfo-mode-hook 'turn-on-auto-fill)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; AUTOLOADS ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;