Slightly better version check error

This commit is contained in:
Henrik Lissner
2018-06-12 01:47:43 +02:00
parent 64e02e4232
commit 4c40195d40

View File

@ -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"