mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Close the ending quote in lispy-mode
With this setting lispy closes the ending quote which is in alignment with how Doom treats quotes in other modes.
This commit is contained in:
@ -9,6 +9,7 @@
|
|||||||
(lfe-mode . lispy-mode)
|
(lfe-mode . lispy-mode)
|
||||||
(clojure-mode . lispy-mode))
|
(clojure-mode . lispy-mode))
|
||||||
:config
|
:config
|
||||||
|
(setq lispy-close-quotes-at-end-p t)
|
||||||
(add-hook 'lispy-mode-hook #'turn-off-smartparens-mode))
|
(add-hook 'lispy-mode-hook #'turn-off-smartparens-mode))
|
||||||
|
|
||||||
(def-package! lispyville
|
(def-package! lispyville
|
||||||
|
Reference in New Issue
Block a user