Don't pop up the Cider REPL after launching
This commit is contained in:
parent
6aba1cbda9
commit
53162ecd24
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
;; Don't annoy me
|
||||
(setq cider-hide-special-buffers t)
|
||||
(setq cider-popup-stacktraces nil)
|
||||
; (setq cider-repl-pop-to-buffer-on-connect nil)
|
||||
(setq cider-repl-pop-to-buffer-on-connect nil)
|
||||
(setq cider-repl-popup-stacktraces t)
|
||||
|
||||
;; Enable projectile for all things programming
|
||||
|
|
Loading…
Reference in a new issue