Variable: cider-comment-postfix

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

Value

""

Documentation

The postfix to be appended after the final 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-postfix ""
  "The postfix to be appended after the final line of commented output."
  :type 'string
  :group 'cider
  :package-version '(cider . "0.16.0"))