lang/common-lisp: fix consp errors on load
This commit is contained in:
parent
d84b516cf4
commit
e70a8d925e
1 changed files with 2 additions and 2 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue