From ce349eb24f2d635e46a1fd8f94f294ac353f263d Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 10 Dec 2016 20:50:06 -0800 Subject: [Fix #1872] Allow displaying REPL without focus --- doc/using_the_repl.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/using_the_repl.md') diff --git a/doc/using_the_repl.md b/doc/using_the_repl.md index 245f0674..2118ea05 100644 --- a/doc/using_the_repl.md +++ b/doc/using_the_repl.md @@ -70,6 +70,13 @@ Normally, the REPL buffer is auto-displayed in a separate window after (setq cider-repl-pop-to-buffer-on-connect nil) ``` +If you want the REPL buffer to be auto-displayed, but don't want it to be +focused, use this: + +```el +(setq cider-repl-pop-to-buffer-on-connect 'display-only) +``` + #### Behavior on switch By default C-c C-z will display the REPL buffer in a different window. -- cgit v1.2.3