lang/common-lisp: don't autopair '/` in sly-mrepl

Credit goes to @mfiano for this
This commit is contained in:
Henrik Lissner 2018-10-03 01:25:50 -04:00
parent a251c81aa3
commit ce1198f23d

View file

@ -17,6 +17,12 @@
(add-hook 'lisp-mode-hook #'rainbow-delimiters-mode)
(after! smartparens
(sp-with-modes '(sly-mrepl-mode)
(sp-local-pair "'" "'" :actions nil)
(sp-local-pair "`" "`" :actions nil)))
;;
(defun +common-lisp|cleanup-sly-maybe ()
"Kill processes and leftover buffers when killing the last sly buffer."
(unless (cl-loop for buf in (delq (current-buffer) (buffer-list))