Variable: magit-refs-margin-for-tags
magit-refs-margin-for-tags is a customizable variable defined in
magit-refs.el.
Value
nil
Documentation
Whether to show information about tags in the margin.
This is disabled by default because it is slow if there are many tags.
This variable was added, or its default value changed, in magit version 2.9.0.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-refs.el
(defcustom magit-refs-margin-for-tags nil
"Whether to show information about tags in the margin.
This is disabled by default because it is slow if there are many
tags."
:package-version '(magit . "2.9.0")
:group 'magit-refs
:group 'magit-margin
:type 'boolean)