Variable: forge-add-default-sections

forge-add-default-sections is a variable defined in forge.el.

Value

t

Documentation

Whether to add Forge's sections to magit-status-sections-hook.

If you want to disable this, then you must set this to nil before forge is loaded.

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge.el
;;; Add Sections

(defvar forge-add-default-sections t
  "Whether to add Forge's sections to `magit-status-sections-hook'.

If you want to disable this, then you must set this to nil before
`forge' is loaded.")