Variable: cider-eval-result-prefix

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

Value

"=> "

Documentation

The prefix displayed before an interactive evaluation result.

Used both in the echo area and in result overlays.

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

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260821.817/cider-overlays.el
(defcustom cider-eval-result-prefix "=> "
  "The prefix displayed before an interactive evaluation result.
Used both in the echo area and in result overlays."
  :type 'string
  :group 'cider
  :package-version '(cider . "0.5.0"))