doom/doctor: warn about 28+, not 27+

27 is now the recommended version for Doom.
This commit is contained in:
Henrik Lissner 2020-05-14 16:31:08 -04:00
parent 0e851ace9b
commit c682079783
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -48,8 +48,8 @@ in."
;; REVIEW Refactor me
(print! (start "Checking your Emacs version..."))
(when EMACS27+
(warn! "Emacs %s detected. Emacs HEAD is unstable and may cause errors."
(when EMACS28+
(warn! "Emacs %s detected. Doom doesn't support Emacs 28/HEAD. It is unstable and may cause errors."
emacs-version))
(print! (start "Checking for Emacs config conflicts..."))