Enable paredit in SLIME REPL
This commit is contained in:
parent
610997b29c
commit
de6204aa2e
@ -297,7 +297,8 @@ needs to be set up to install them if they aren't already.
|
|||||||
'(emacs-lisp-mode-hook
|
'(emacs-lisp-mode-hook
|
||||||
lisp-mode-hook
|
lisp-mode-hook
|
||||||
racket-mode-hook
|
racket-mode-hook
|
||||||
scheme-mode-hook))
|
scheme-mode-hook
|
||||||
|
slime-repl-mode-hook))
|
||||||
(dolist (hook lispy-mode-hooks)
|
(dolist (hook lispy-mode-hooks)
|
||||||
(add-hook hook (lambda ()
|
(add-hook hook (lambda ()
|
||||||
(setq show-paren-style 'expression)
|
(setq show-paren-style 'expression)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user