mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Slightly better version check error
This commit is contained in:
@ -2,7 +2,8 @@
|
||||
|
||||
(eval-when-compile
|
||||
(and (version< emacs-version "25")
|
||||
(error "Doom only supports Emacs 25.1 and higher!")))
|
||||
(error "Detected Emacs %s. Doom only supports Emacs 25.1 and higher"
|
||||
emacs-version)))
|
||||
|
||||
;;
|
||||
(defvar doom-version "2.0.9"
|
||||
|
Reference in New Issue
Block a user