Minor refactor/reformatting
This commit is contained in:
parent
9185da824c
commit
d21887149f
4 changed files with 11 additions and 12 deletions
|
@ -17,10 +17,9 @@
|
|||
:definition #'sly-edit-definition
|
||||
:documentation #'sly-describe-symbol)
|
||||
|
||||
(after! smartparens
|
||||
(sp-with-modes '(sly-mrepl-mode)
|
||||
(sp-local-pair "'" "'" :actions nil)
|
||||
(sp-local-pair "`" "`" :actions nil)))
|
||||
(sp-with-modes '(sly-mrepl-mode)
|
||||
(sp-local-pair "'" "'" :actions :rem)
|
||||
(sp-local-pair "`" "`" :actions :rem))
|
||||
|
||||
;;
|
||||
(defun +common-lisp|cleanup-sly-maybe ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue