Enable smartparens-strict-mode in SLIME REPL
This commit is contained in:
parent
436452cf7a
commit
0d596249cc
@ -2410,7 +2410,8 @@ And a handy shortcut to hop into a Geiser REPL:
|
||||
slime-company))
|
||||
(when (file-exists-p
|
||||
(expand-file-name "~/quicklisp/slime-helper.el"))
|
||||
(load (expand-file-name "~/quicklisp/slime-helper.el"))))
|
||||
(load (expand-file-name "~/quicklisp/slime-helper.el")))
|
||||
(add-hook 'slime-repl-mode-hook 'smartparens-strict-mode))
|
||||
|
||||
(add-to-list 'auto-mode-alist '("\\.cl\\'" . lisp-mode))
|
||||
#+END_SRC
|
||||
|
Loading…
Reference in New Issue
Block a user