mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Minor refactor/reformatting
This commit is contained in:
@ -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 ()
|
||||
|
Reference in New Issue
Block a user