Variable: magit-module-sections-nested

magit-module-sections-nested is a customizable variable defined in magit-submodule.el.

Value

t

Documentation

Whether magit-insert-modules wraps inserted sections.

If this is non-nil, then only a single top-level section is inserted. If it is nil, then all sections listed in magit-module-sections-hook become top-level sections.

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

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-submodule.el
(defcustom magit-module-sections-nested t
  "Whether `magit-insert-modules' wraps inserted sections.

If this is non-nil, then only a single top-level section
is inserted.  If it is nil, then all sections listed in
`magit-module-sections-hook' become top-level sections."
  :package-version '(magit . "2.11.0")
  :group 'magit-status
  :type 'boolean)