lang/clojure: don't autokill cider repl buffers
This commit is contained in:
parent
b859727f7a
commit
cd33874e41
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
||||||
:documentation #'cider-doc)
|
:documentation #'cider-doc)
|
||||||
(set-popup-rules!
|
(set-popup-rules!
|
||||||
'(("^\\*cider-error*" :ignore t)
|
'(("^\\*cider-error*" :ignore t)
|
||||||
("^\\*cider-repl" :quit nil)
|
("^\\*cider-repl" :quit nil :ttl nil)
|
||||||
("^\\*cider-repl-history" :vslot 2 :ttl nil)))
|
("^\\*cider-repl-history" :vslot 2 :ttl nil)))
|
||||||
|
|
||||||
(setq nrepl-hide-special-buffers t
|
(setq nrepl-hide-special-buffers t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue