Variable: cider-tap-buffer

cider-tap-buffer is a variable defined in cider-tap.el.

Value

"*cider-tap*"

Documentation

The name of the buffer streaming tapped values.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-tap.el
(require 'text-property-search) ; for navigating the tap buffer

(defconst cider-tap-buffer "*cider-tap*"
  "The name of the buffer streaming tapped values.")