EMACS: added texinfo settings
This commit is contained in:
parent
2ff16041c5
commit
61953915a2
1 changed files with 3 additions and 0 deletions
|
@ -173,6 +173,9 @@
|
|||
(when (not window-system)
|
||||
(setq linum-format "%d "))
|
||||
|
||||
;;; Texinfo
|
||||
(add-hook 'texinfo-mode-hook 'turn-on-auto-fill)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; AUTOLOADS ;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
Loading…
Reference in a new issue