Function: cider-macrostep--refresh-overlays
cider-macrostep--refresh-overlays is a byte-compiled function defined
in cider-macrostep.el.
Signature
(cider-macrostep--refresh-overlays)
Documentation
Refresh the expandable-operator and gensym highlight overlays.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-macrostep.el
(defun cider-macrostep--refresh-overlays ()
"Refresh the expandable-operator and gensym highlight overlays."
(cider-macrostep--refresh-expandable)
(cider-macrostep--refresh-gensyms))