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