Variable: cider-repl-history-repl-buffer
cider-repl-history-repl-buffer is a variable defined in
cider-repl-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-repl-history again.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl-history.el
(defvar cider-repl-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-repl-history' again.")