Variable: cider-inspector-display-help
cider-inspector-display-help is a customizable variable defined in
cider-inspector.el.
Value
t
Documentation
When true, render help at the bottom of the inspector page.
This variable was added, or its default value changed, in cider version 1.22.0.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-inspector.el
(defcustom cider-inspector-display-help t
"When true, render help at the bottom of the inspector page."
:type 'boolean
:package-version '(cider . "1.22.0"))