Slightly better version check error
This commit is contained in:
parent
64e02e4232
commit
4c40195d40
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue