Enable paredit-mode in emacs-lisp-mode
This commit is contained in:
parent
161a535ae1
commit
af7ed23c5b
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue