summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-09-05 15:31:47 +0200
committerGravatar Tom Willemsen2011-09-05 15:31:47 +0200
commit61953915a238838a40b95b63186caaaa6f726aaf (patch)
tree997c7ea91277969d1178aa71239e11e7cad69ee7 /.emacs.d
parent2ff16041c5656b53ba9d3e36c2e2c5e1eb2dba92 (diff)
downloaddotfiles-61953915a238838a40b95b63186caaaa6f726aaf.tar.gz
dotfiles-61953915a238838a40b95b63186caaaa6f726aaf.zip
EMACS: added texinfo settings
Diffstat (limited to '.emacs.d')
-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 ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;