Variable: magit-xref-modes
magit-xref-modes is a variable defined in magit-mode.el.
Value
(magit-log-mode magit-reflog-mode magit-diff-mode magit-revision-mode)
Documentation
List of modes for which to insert navigation buttons.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-mode.el
(defvar magit-xref-modes
;; Do not function-quote to avoid circular dependencies.
'(magit-log-mode
magit-reflog-mode
magit-diff-mode
magit-revision-mode)
"List of modes for which to insert navigation buttons.")