Variable: cider-comment-prefix

cider-comment-prefix is a customizable variable defined in cider-eval.el.

Value

";; => "

Documentation

The prefix to insert before the first line of commented output.

This variable was added, or its default value changed, in cider version 0.16.0.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-eval.el
(defcustom cider-comment-prefix ";; => "
  "The prefix to insert before the first line of commented output."
  :type 'string
  :group 'cider
  :package-version '(cider . "0.16.0"))