about summary refs log tree commit diff
path: root/init-modes.el
diff options
context:
space:
mode:
Diffstat (limited to 'init-modes.el')
-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