Variable: cider-repl-history-highlight-inserted-item

cider-repl-history-highlight-inserted-item is an alias and customizable for cider-history-highlight-inserted-item, defined in cider-history.el.

This variable is obsolete since 2.0.0; use cider-history-highlight-inserted-item instead.

Value

nil

Documentation

If non-nil, then temporarily highlight the inserted command history entry.

The value selected controls how the inserted item is highlighted, possible values are solid (highlight the inserted text for a fixed period of time), or pulse (fade out the highlighting gradually). Setting this variable to the value t will select the default highlighting style, which currently pulse.

The variable cider-history-inserted-item-face contains the face used for highlighting.

Aliases

cider-repl-history-highlight-inserted-item (obsolete since 2.0.0)