Variable: cider-inspector-skip-uninteresting
cider-inspector-skip-uninteresting is a customizable variable defined
in cider-inspector.el.
Value
t
Documentation
Controls whether to skip over uninteresting values in the inspector.
Only applies to navigation with cider-inspector-prev-inspectable-object
and cider-inspector-next-inspectable-object, values are still inspectable
by clicking or navigating to them by other means.
This variable was added, or its default value changed, in cider version 0.25.0.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-inspector.el
(defcustom cider-inspector-skip-uninteresting t
"Controls whether to skip over uninteresting values in the inspector.
Only applies to navigation with `cider-inspector-prev-inspectable-object'
and `cider-inspector-next-inspectable-object', values are still inspectable
by clicking or navigating to them by other means."
:type 'boolean
:package-version '(cider . "0.25.0"))