mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
docs(magit): add 29.1+ check for +forge
Was supposed to be inaa7dd61
. Oops. Amend:aa7dd61a2c
This commit is contained in:
5
modules/tools/magit/doctor.el
Normal file
5
modules/tools/magit/doctor.el
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
;;; tools/magit/doctor.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
(when (and (modulep! +forge)
|
||||||
|
(version< emacs-version "29.1"))
|
||||||
|
(error! "+forge requires Emacs 29.1 or newer"))
|
Reference in New Issue
Block a user