diff .elisp/settings/40.modes.el @ 86:68f53fa09e99

Moving all clojure stuff to a more self-contained area.
author Augie Fackler <durin42@gmail.com>
date Wed, 15 Apr 2009 22:28:20 -0500
parents 89f6d05cd7d5
children 9052c3801744
line wrap: on
line diff
--- a/.elisp/settings/40.modes.el
+++ b/.elisp/settings/40.modes.el
@@ -17,7 +17,6 @@ point."
 (add-hook 'c-mode-hook          'af-tab-fix)
 (add-hook 'sh-mode-hook         'af-tab-fix)
 (add-hook 'emacs-lisp-mode-hook 'af-tab-fix)
-(add-hook 'clojure-mode-hook    'af-tab-fix)
 (add-hook 'rst-mode-hook '(lambda ()
                             (make-variable-buffer-local 'af-cleanup-whitespace)
                             (set-variable 'af-cleanup-whitespace nil)))