Variable: magit-section-highlight-selection

magit-section-highlight-selection is a customizable variable defined in magit-section.el.

Value

t

Documentation

Whether to highlight the selected sections.

If you disable this, you probably also want to disable magit-section-highlight-current to get the region to always look as it would be in non-magit buffers.

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-selection t
  "Whether to highlight the selected sections.
If you disable this, you probably also want to disable
`magit-section-highlight-current' to get the region to
always look as it would be in non-magit buffers."
  :package-version '(magit-section . "4.3.6")
  :group 'magit-section
  :type 'boolean)