Variable: magit-blame-mode-lighter
magit-blame-mode-lighter is a customizable variable defined in
magit-blame.el.
Value
" Blame"
Documentation
The mode-line lighter of the Magit-Blame mode.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-blame.el
(defcustom magit-blame-mode-lighter " Blame"
"The mode-line lighter of the Magit-Blame mode."
:group 'magit-blame
:type '(choice (const :tag "No lighter" "") string))