Variable: magit-blame-read-only
magit-blame-read-only is a customizable variable defined in
magit-blame.el.
Value
t
Documentation
Whether to initially make the blamed buffer read-only.
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-read-only t
"Whether to initially make the blamed buffer read-only."
:package-version '(magit . "2.13.0")
:group 'magit-blame
:type 'boolean)