aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rw-r--r--.emacs4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index e047668..191c0ec 100644
--- a/.emacs
+++ b/.emacs
@@ -16,6 +16,10 @@
(add-to-list 'ac-modes 'Coq-mode)
(add-to-list 'ac-modes 'latex-mode)
+;;;; AUTO FILL
+; We want auto-fill enabled for all text modes
+(add-hook 'text-mode-hook 'turn-on-auto-fill)
+
;;;; AUTO INDENT
(require 'auto-indent-mode)
(auto-indent-global-mode)