Variable: cider-history-repl-window
cider-history-repl-window is a variable defined in cider-history.el.
Value
nil
Documentation
The window in which chosen command history data will be inserted.
It is probably not a good idea to set this variable directly; simply
call cider-history again.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-history.el
(defvar cider-history-repl-window nil
"The window in which chosen command history data will be inserted.
It is probably not a good idea to set this variable directly; simply
call `cider-history' again.")