diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-10-19T20·25+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-10-19T20·25+0200 |
commit | 53162ecd24431387769c2c125f4764ae1c97ac8d (patch) | |
tree | 2276e79ec338a5b448775dd7803f5ce24656ac1e | |
parent | 6aba1cbda92d082f087c5308fb03c678f24f7d14 (diff) |
Don't pop up the Cider REPL after launching
-rw-r--r-- | init-modes.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init-modes.el b/init-modes.el index e8283df70401..7117edd96e0f 100644 --- a/init-modes.el +++ b/init-modes.el @@ -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 |