Variable: cider-history-current-entry-face

cider-history-current-entry-face is a customizable variable defined in cider-history.el.

Value

highlight

Documentation

The face in which to highlight the command history current entry.

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

Aliases

cider-repl-history-current-entry-face (obsolete since 2.0.0)

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-history.el
(defcustom cider-history-current-entry-face 'highlight
  "The face in which to highlight the command history current entry."
  :type 'face
  :package-version '(cider . "0.15.0"))