Enable smartparens-strict-mode in SLIME REPL

This commit is contained in:
Jeremy Dormitzer 2020-01-19 23:41:00 -05:00
parent 436452cf7a
commit 0d596249cc

View File

@ -2410,7 +2410,8 @@ And a handy shortcut to hop into a Geiser REPL:
slime-company)) slime-company))
(when (file-exists-p (when (file-exists-p
(expand-file-name "~/quicklisp/slime-helper.el")) (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)) (add-to-list 'auto-mode-alist '("\\.cl\\'" . lisp-mode))
#+END_SRC #+END_SRC