Merge pull request #997 from niklascarlsson/develop
Close the ending quote in lispy-mode
This commit is contained in:
commit
bc7ff29279
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue