Variable: cider-repl-display-in-current-window
cider-repl-display-in-current-window is a customizable variable
defined in cider-repl.el.
Value
nil
Documentation
Controls whether the REPL buffer is displayed in the current window.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
(defcustom cider-repl-display-in-current-window nil
"Controls whether the REPL buffer is displayed in the current window."
:type 'boolean)