summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ravi-init-appearance.el1
1 files changed, 1 insertions, 0 deletions
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 "<return>" 'newline-and-indent prog-mode-map)
+(bind-key "<return>" 'newline-and-indent emacs-lisp-mode-map)
;; Automatic indentation of yanked text
(dolist (command '(yank yank-pop))