mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
6 lines
178 B
EmacsLisp
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"))
|