Variable: magit-diff-highlight-hunk-body
magit-diff-highlight-hunk-body is a customizable variable defined in
magit-diff.el.
Value
t
Documentation
Whether to highlight bodies of selected hunk sections.
This variable was added, or its default value changed, in magit version 2.1.0.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-diff.el
(defcustom magit-diff-highlight-hunk-body t
"Whether to highlight bodies of selected hunk sections."
:package-version '(magit . "2.1.0")
:group 'magit-diff
:type 'boolean)