mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/common-lisp: fix consp errors on load
This commit is contained in:
@ -18,8 +18,8 @@
|
|||||||
:documentation #'sly-describe-symbol)
|
:documentation #'sly-describe-symbol)
|
||||||
|
|
||||||
(sp-with-modes '(sly-mrepl-mode)
|
(sp-with-modes '(sly-mrepl-mode)
|
||||||
(sp-local-pair "'" "'" :actions :rem)
|
(sp-local-pair "'" "'" :actions nil)
|
||||||
(sp-local-pair "`" "`" :actions :rem))
|
(sp-local-pair "`" "`" :actions nil))
|
||||||
|
|
||||||
;;
|
;;
|
||||||
(defun +common-lisp|cleanup-sly-maybe ()
|
(defun +common-lisp|cleanup-sly-maybe ()
|
||||||
|
Reference in New Issue
Block a user