Enable smartparens in the CIDER repl
This commit is contained in:
parent
fd4dbfd55f
commit
8653ceeac2
@ -2224,6 +2224,7 @@ Sprinkle in some CIDER:
|
||||
cider-prompt-for-symbol nil)
|
||||
(general-def cider-mode-map "C-c t" cider-test-commands-map)
|
||||
(flycheck-clojure-setup)
|
||||
(add-hook 'cider-repl-mode-hook 'smartparens-strict-mode)
|
||||
:hook ((clojure-mode . cider-mode)
|
||||
(clojurescript-mode . cider-mode)
|
||||
(clojurec-mode . cider-mode))
|
||||
|
Loading…
Reference in New Issue
Block a user