Variable: cider-inspector-display-analytics-hint
cider-inspector-display-analytics-hint is a customizable variable
defined in cider-inspector.el.
Value
t
Documentation
When true, display hint about analytics feature for eligible objects.
Can be turned to nil once the user sees and acknowledges the feature.
This variable was added, or its default value changed, in cider version 1.18.0.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-inspector.el
(defcustom cider-inspector-display-analytics-hint t
"When true, display hint about analytics feature for eligible objects.
Can be turned to nil once the user sees and acknowledges the feature."
:type 'boolean
:package-version '(cider . "1.18.0"))