Variable: cider-xref-fn-depth

cider-xref-fn-depth is a customizable variable defined in cider-mode.el.

Value

-90

Documentation

The depth to use when adding the CIDER xref function to the relevant hook.

By convention this is a number between -100 and 100, lower numbers indicating a higher precedence.

This variable was added, or its default value changed, in Emacs (cider
. 1.2.0).

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-mode.el
(defcustom cider-xref-fn-depth -90
  "The depth to use when adding the CIDER xref function to the relevant hook.
By convention this is a number between -100 and 100, lower numbers indicating a
higher precedence."
  :type 'integer
  :group 'cider
  :version '(cider . "1.2.0"))