Variable: cider-repl-history-size
cider-repl-history-size is a customizable variable defined in
cider-repl.el.
Value
5000
Documentation
The maximum number of items to keep in the REPL history.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-repl.el
;;; persistent history
(defcustom cider-repl-history-size 5000
"The maximum number of items to keep in the REPL history."
:type 'integer
:safe #'integerp)