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