Variable: cider-macrostep--popup

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

Documentation

Non-nil when the current buffer is a dedicated macrostep popup.

Set by cider-macrostep-expand-in-buffer; it makes q dismiss the whole popup rather than merely leave cider-macrostep-mode(var)/cider-macrostep-mode(fun) as it does inline.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-macrostep.el
(defvar-local cider-macrostep--popup nil
  "Non-nil when the current buffer is a dedicated macrostep popup.
Set by `cider-macrostep-expand-in-buffer'; it makes `q' dismiss the whole
popup rather than merely leave `cider-macrostep-mode' as it does inline.")