Variable: cider-macroexpansion-highlight-expansion

cider-macroexpansion-highlight-expansion is a customizable variable defined in cider-macroexpansion.el.

Value

t

Documentation

Whether to briefly highlight (pulse) the expansion after expanding.

This makes it more obvious that the buffer's contents changed. Honored both by the macroexpansion buffer and by the inline cider-macrostep expansions.

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

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260821.817/cider-macroexpansion.el
(defcustom cider-macroexpansion-highlight-expansion t
  "Whether to briefly highlight (pulse) the expansion after expanding.
This makes it more obvious that the buffer's contents changed.
Honored both by the macroexpansion buffer and by the inline
`cider-macrostep' expansions."
  :type 'boolean
  :group 'cider
  :package-version '(cider . "2.0.0"))