Variable: cider-comment-continued-prefix
cider-comment-continued-prefix is a customizable variable defined in
cider-eval.el.
Value
";; "
Documentation
The prefix to use on the second and subsequent lines 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-continued-prefix ";; "
"The prefix to use on the second and subsequent lines of commented output."
:type 'string
:group 'cider
:package-version '(cider . "0.16.0"))