Variable: magit-section-highlight-current
magit-section-highlight-current is a customizable variable defined in
magit-section.el.
Value
t
Documentation
Whether to highlight the current section.
This variable was added, or its default value changed, in magit-section version 4.3.6.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-section-20260330.1102/magit-section.el
(defcustom magit-section-highlight-current t
"Whether to highlight the current section."
:package-version '(magit-section . "4.3.6")
:group 'magit-section
:type 'boolean)