changeset 703:8466deea2eaf

fuck autofill mode
author Jeff Hammel <k0scist@gmail.com>
date Tue, 02 Sep 2014 13:16:38 -0700
parents 302a4e385f74
children 6327c66e5f46
files .emacs
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.emacs	Fri Aug 22 15:57:36 2014 -0700
+++ b/.emacs	Tue Sep 02 13:16:38 2014 -0700
@@ -93,10 +93,6 @@
 (setq auto-mode-alist (cons '("\\.cpy$" . python-mode) auto-mode-alist))
 (setq auto-mode-alist (cons '("\\.vpy$" . python-mode) auto-mode-alist))
 
-;; set auto-fill for appropriate modes
-(add-hook 'text-mode-hook 'turn-on-auto-fill)
-(add-hook 'sgml-mode-hook 'turn-off-auto-fill)
-
 ;; set the grep command....for some reason
 (setq grep-command "grep -liE")