# HG changeset patch # User Jeff Hammel # Date 1409688998 25200 # Node ID 8466deea2eaf696e01f432a88fa607b807a26fa9 # Parent 302a4e385f74b5b6e8c03110334b94b5a10dfe58 fuck autofill mode diff -r 302a4e385f74 -r 8466deea2eaf .emacs --- 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")