Variable: cider-repl-use-pretty-printing
cider-repl-use-pretty-printing is a customizable variable defined in
cider-repl.el.
Value
t
Documentation
Control whether results in the REPL are pretty-printed or not.
The REPL will use the printer specified in cider-print-fn.
The cider-toggle-pretty-printing command can be used to interactively
change the setting's value.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
(defcustom cider-repl-use-pretty-printing t
"Control whether results in the REPL are pretty-printed or not.
The REPL will use the printer specified in `cider-print-fn'.
The `cider-toggle-pretty-printing' command can be used to interactively
change the setting's value."
:type 'boolean)