Variable: cider-scratch-buffer-name
cider-scratch-buffer-name is a variable defined in cider-scratch.el.
Value
"*cider-scratch*"
Documentation
Name of the session-less scratch buffer.
Per-session scratch buffers are named *cider-scratch: SESSION*.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-scratch.el
(defconst cider-scratch-buffer-name "*cider-scratch*"
"Name of the session-less scratch buffer.
Per-session scratch buffers are named `*cider-scratch: SESSION*'.")