From a3ff691d3a2b36d7484ab4e7350b4efd30b7a34b Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Thu, 23 Jan 2014 21:22:30 -0800 Subject: Workaround for emacs 24.3 bug: lisp-mode-map does not inherit from prog-mode-map diff --git a/ravi-init-appearance.el b/ravi-init-appearance.el index 0571f9d..1005f7b 100644 --- a/ravi-init-appearance.el +++ b/ravi-init-appearance.el @@ -97,6 +97,7 @@ ;; Enable automatic indentation, if possible (bind-key "" 'newline-and-indent prog-mode-map) +(bind-key "" 'newline-and-indent emacs-lisp-mode-map) ;; Automatic indentation of yanked text (dolist (command '(yank yank-pop)) -- cgit v0.10.1