From 34aea37f04378f26569015b9c7875da3d2c99fc2 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 25 Feb 2013 11:28:52 -0500 Subject: Turn on auto-fill-mode for all text modes --- .emacs | 4 ++++ 1 file changed, 4 insertions(+) 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) -- cgit v1.2.3