Variable: cider-repl-input-history
cider-repl-input-history is a variable defined in cider-repl.el.
Value
nil
Documentation
History list of strings read from the REPL buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
(defvar cider-repl-input-history '()
"History list of strings read from the REPL buffer.")