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