Variable: cider-special-mode-truncate-lines
cider-special-mode-truncate-lines is a customizable variable defined
in cider-common.el.
Value
t
Documentation
If non-nil, contents of CIDER's special buffers will be line-truncated.
Should be set before loading CIDER.
This variable was added, or its default value changed, in cider version 0.15.0.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-common.el
(defcustom cider-special-mode-truncate-lines t
"If non-nil, contents of CIDER's special buffers will be line-truncated.
Should be set before loading CIDER."
:type 'boolean
:group 'cider
:package-version '(cider . "0.15.0"))