Variable: cider-history-display-duplicates
cider-history-display-duplicates is a customizable variable defined in
cider-history.el.
Value
t
Documentation
If non-nil, then display duplicate items in the command history.
This variable was added, or its default value changed, in cider version 0.15.0.
Aliases
cider-repl-history-display-duplicates (obsolete since 2.0.0)
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-history.el
(defcustom cider-history-display-duplicates t
"If non-nil, then display duplicate items in the command history."
:type 'boolean
:package-version '(cider . "0.15.0"))