Variable: cider-macrostep--expandable-overlays

cider-macrostep--expandable-overlays is a buffer-local variable defined in cider-macrostep.el.

Documentation

Overlays underlining the operators of further-expandable sub-forms.

Refreshed after every expansion and collapse; cleared on mode exit.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-macrostep.el
(defvar-local cider-macrostep--expandable-overlays nil
  "Overlays underlining the operators of further-expandable sub-forms.
Refreshed after every expansion and collapse; cleared on mode exit.")