Variable: cider-repl-use-content-types

cider-repl-use-content-types is a customizable variable defined in cider-repl.el.

Value

nil

Documentation

Control whether REPL results are presented using content-type information.

The cider-repl-toggle-content-types command can be used to interactively change the setting's value.

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

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
(defcustom cider-repl-use-content-types nil
  "Control whether REPL results are presented using content-type information.
The `cider-repl-toggle-content-types' command can be used to interactively
change the setting's value."
  :type 'boolean
  :package-version '(cider . "0.17.0"))