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:
Niklas Carlsson 2018-11-03 10:29:20 +01:00
parent 85ea30377f
commit 6b2b5c225f

View file

@ -9,6 +9,7 @@
(lfe-mode . lispy-mode)
(clojure-mode . lispy-mode))
:config
(setq lispy-close-quotes-at-end-p t)
(add-hook 'lispy-mode-hook #'turn-off-smartparens-mode))
(def-package! lispyville