Slightly better version check error

This commit is contained in:
Henrik Lissner 2018-06-12 01:47:43 +02:00
parent 64e02e4232
commit 4c40195d40
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

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"