Variable: cider-repl-history-file
cider-repl-history-file is a customizable variable defined in
cider-repl.el.
Value
nil
Documentation
File to save the persistent REPL history to.
If this is set to a path the history will be global to all projects. If this is
set to per-project, the history will be stored in a file (.cider-history) at
the root of each project.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
(defcustom cider-repl-history-file nil
"File to save the persistent REPL history to.
If this is set to a path the history will be global to all projects. If this is
set to `per-project', the history will be stored in a file (.cider-history) at
the root of each project."
:type '(choice string symbol))