Variable: cider-repl-history-display-duplicate-highest

cider-repl-history-display-duplicate-highest is a customizable variable defined in cider-repl-history.el.

Value

t

Documentation

If non-nil, then display most recent duplicate items in the command history.

Only takes effect when cider-repl-history-display-duplicates is nil.

This variable was added, or its default value changed, in cider version 0.15.0.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl-history.el
(defcustom cider-repl-history-display-duplicate-highest t
  "If non-nil, then display most recent duplicate items in the command history.
Only takes effect when `cider-repl-history-display-duplicates' is nil."
  :type 'boolean
  :package-version '(cider . "0.15.0"))