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