Removed :select nil from cider-repl popup rules
This commit is contained in:
parent
4e9962adc8
commit
a1e8fde75c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
(set-popup-rules!
|
||||
'(("^\\*cider-error*" :ignore t)
|
||||
("^\\*cider-repl" :quit nil :select nil)
|
||||
("^\\*cider-repl" :quit nil)
|
||||
("^\\*cider-repl-history" :vslot 2 :ttl nil)))
|
||||
|
||||
(def-package! cider
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue