about summary refs log tree commit diff
path: root/init-modes.el
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2013-10-19T20·25+0200
committerVincent Ambo <vincent@spotify.com>2013-10-19T20·25+0200
commit53162ecd24431387769c2c125f4764ae1c97ac8d (patch)
tree2276e79ec338a5b448775dd7803f5ce24656ac1e /init-modes.el
parent6aba1cbda92d082f087c5308fb03c678f24f7d14 (diff)
Don't pop up the Cider REPL after launching
Diffstat (limited to '')
-rw-r--r--init-modes.el2
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