Variable: cider-history-repl-buffer
cider-history-repl-buffer is a variable defined in cider-history.el.
Value
nil
Documentation
The buffer 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-20260821.817/cider-history.el
(defvar cider-history-repl-buffer nil
"The buffer 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.")