Variable: magit-blame-echo-style

magit-blame-echo-style is a customizable variable defined in magit-blame.el.

Value

lines

Documentation

The blame visualization style used by magit-blame-echo.

A symbol that has to be used as the identifier for one of the styles defined in magit-blame-styles.

This variable was added, or its default value changed, in magit version 2.13.0.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-blame.el
(defcustom magit-blame-echo-style 'lines
  "The blame visualization style used by `magit-blame-echo'.
A symbol that has to be used as the identifier for one of the
styles defined in `magit-blame-styles'."
  :package-version '(magit . "2.13.0")
  :group 'magit-blame
  :type 'symbol)