Function: cider-scratch--insert-welcome-message

cider-scratch--insert-welcome-message is a byte-compiled function defined in cider-scratch.el.

Signature

(cider-scratch--insert-welcome-message)

Documentation

Insert the welcome message for the scratch buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-scratch.el
(defun cider-scratch--insert-welcome-message ()
  "Insert the welcome message for the scratch buffer."
  (insert cider-scratch-initial-message))