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:
parent
85ea30377f
commit
6b2b5c225f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue