Variable: cider-enlighten--suppress

cider-enlighten--suppress is a variable defined in cider-enlighten.el.

Value

nil

Documentation

When non-nil, drop incoming enlighten values instead of rendering them.

Previously-instrumented code keeps streaming values even after you stop caring; this lets cider-enlighten-stop quiet the overlays at once, without re-evaluating everything. Resuming enlightenment clears it.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-enlighten.el
(defvar cider-enlighten--suppress nil
  "When non-nil, drop incoming enlighten values instead of rendering them.
Previously-instrumented code keeps streaming values even after you stop
caring; this lets `cider-enlighten-stop' quiet the overlays at once, without
re-evaluating everything.  Resuming enlightenment clears it.")