Variable: cider-inspector-tidy-qualified-keywords

cider-inspector-tidy-qualified-keywords is a customizable variable defined in cider-inspector.el.

Value

t

Documentation

Controls whether to abbreviate qualified keywords.

When inspector is invoked from a code buffer, replace full namespace name with :: or ::alias.

This variable was added, or its default value changed, in cider version 1.20.0.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-inspector.el
(defcustom cider-inspector-tidy-qualified-keywords t
  "Controls whether to abbreviate qualified keywords.
When inspector is invoked from a code buffer, replace full namespace name
with `::' or `::alias'."
  :type 'boolean
  :package-version '(cider . "1.20.0"))