Rename popup parameter escape-quit => quit
This commit is contained in:
parent
3cbddbfd88
commit
08b479b06f
8 changed files with 22 additions and 22 deletions
|
@ -35,7 +35,7 @@
|
|||
(setq nrepl-hide-special-buffers t)
|
||||
|
||||
;; settings for cider repl as a popup (prevent it from being closed on escape, especially.)
|
||||
(set! :popup "^\\*cider" nil '((escape-quit) (select)))
|
||||
(set! :popup "^\\*cider" nil '((quit) (select)))
|
||||
|
||||
;; Setup cider for clojurescript / figwheel dev.
|
||||
(setq cider-cljs-lein-repl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue