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