Enable paredit-mode in emacs-lisp-mode

This commit is contained in:
Tom Willemse 2016-07-25 22:15:10 +02:00
parent 161a535ae1
commit af7ed23c5b

View file

@ -197,6 +197,10 @@ This is currently the data directory under the
;;;; Major modes:
;;;;; Emacs lisp mode:
(add-hook 'emacs-lisp-mode-hook 'paredit-mode)
;;;;; Scheme mode:
(add-hook 'scheme-mode-hook 'paredit-mode)