Function: cider-scratch

cider-scratch is an autoloaded, interactive and byte-compiled function defined in cider-scratch.el.

Signature

(cider-scratch)

Documentation

Go to the scratch buffer named cider-scratch-buffer-name.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-scratch.el
;;;###autoload
(defun cider-scratch ()
  "Go to the scratch buffer named `cider-scratch-buffer-name'."
  (interactive)
  (pop-to-buffer (cider-scratch-find-or-create-buffer)))