diff .elisp/settings/40.modes.el @ 101:0c1db2df2bf8

Experimental keybindings.
author Augie Fackler <durin42@gmail.com>
date Thu, 30 Apr 2009 13:51:06 -0500
parents 9052c3801744
children 16472f9a3543
line wrap: on
line diff
--- a/.elisp/settings/40.modes.el
+++ b/.elisp/settings/40.modes.el
@@ -50,10 +50,3 @@ point."
 (add-hook 'python-mode-hook 'af-python-mode-hook)
 
 (add-hook 'compilation-mode-hook '(lambda () (local-set-key "g" 'recompile)))
-
-
-; text-mode tries to use M-s for something other than my save shortcut.
-; That's evil. Stop it from doing that.
-(add-hook 'text-mode-hook '(lambda ()
-                             (define-key text-mode-map "\M-s"
-                               'save-buffer)))