From 6b2b5c225f1bb3b020da8d9d0c5522be9a81fa2f Mon Sep 17 00:00:00 2001 From: Niklas Carlsson Date: Sat, 3 Nov 2018 10:29:20 +0100 Subject: [PATCH] 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. --- modules/editor/lispy/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/editor/lispy/config.el b/modules/editor/lispy/config.el index 4a5db3373..0e32a7893 100644 --- a/modules/editor/lispy/config.el +++ b/modules/editor/lispy/config.el @@ -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