doom/doctor: warn about 28+, not 27+
27 is now the recommended version for Doom.
This commit is contained in:
parent
0e851ace9b
commit
c682079783
1 changed files with 2 additions and 2 deletions
|
@ -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..."))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue