Variable: cider-ancillary-buffers

cider-ancillary-buffers is a variable defined in cider-popup.el.

Value

nil

Documentation

A list ancillary buffers created by the various CIDER commands.

We track them mostly to be able to clean them up on quit.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-popup.el
(defvar cider-ancillary-buffers nil
  "A list ancillary buffers created by the various CIDER commands.
We track them mostly to be able to clean them up on quit.")