fix(magit): require Emacs 29.1+ for +forge

Forge depends on ghub, and ghub requires 29.1+, so Forge has dropped
backwards compatibility (plus, code-review depends on Forge).

Also adds a doctor check for this constraint.

Fix: #8419
Ref: magit/forge@35224e5dd4
This commit is contained in:
Henrik Lissner
2025-06-12 14:39:19 +02:00
parent 442f4db4d4
commit aa7dd61a2c
2 changed files with 6 additions and 2 deletions

View File

@@ -14,7 +14,8 @@ This module provides Magit, an interface to the Git version control system.
** Module flags
- +forge ::
Enable Forge; a porcelain for managing Github issues and PRs from within
Emacs. Will take a while on first run to build =emacsql-sqlite=.
Emacs. Will take a while on first run to build =emacsql-sqlite=. *Requires Emacs
29.1 or newer.*
** Packages
- [[doom-package:evil-magit]] if [[doom-module::editor evil +everywhere]]