Enable paredit-mode in ielm

This commit is contained in:
Tom Willemse 2016-07-25 22:15:58 +02:00
parent af7ed23c5b
commit 8270bd0c19

View file

@ -205,6 +205,10 @@ This is currently the data directory under the
(add-hook 'scheme-mode-hook 'paredit-mode) (add-hook 'scheme-mode-hook 'paredit-mode)
;;;;; Inferior Emacs Lisp mode:
(add-hook 'inferior-emacs-lisp-mode-hook 'paredit-mode)
;;;; Applications: ;;;; Applications:
;;;;; Magit: ;;;;; Magit: