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