Files
doomemacs/modules/tools/magit/doctor.el
Henrik Lissner 000bf3beea docs(magit): add 29.1+ check for +forge
Was supposed to be in aa7dd61. Oops.

Amend: aa7dd61a2c
2025-06-30 15:23:27 +02:00

6 lines
178 B
EmacsLisp

;;; tools/magit/doctor.el -*- lexical-binding: t; -*-
(when (and (modulep! +forge)
(version< emacs-version "29.1"))
(error! "+forge requires Emacs 29.1 or newer"))