docs: fix badges & update 29.3->29.4
29.4 (an emergency maintenance release) was released on June 22, 2024. Fix: #7910
This commit is contained in:
parent
83aa40797e
commit
c4ee986818
2 changed files with 5 additions and 5 deletions
|
@ -5,9 +5,9 @@
|
|||
[Install](#install) • [Documentation] • [FAQ] • [Screenshots] • [Contribute](#contribute)
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
<!--  -->
|
||||
[][Discord]
|
||||
[][Discourse]
|
||||
|
||||
|
@ -99,7 +99,7 @@ Check out [the FAQ][FAQ] for answers to common questions about the project.
|
|||
|
||||
# Prerequisites
|
||||
- Git 2.23+
|
||||
- Emacs 27.1–29.3 (**Recommended: 29.3 +
|
||||
- Emacs 27.1–29.4 (**Recommended: 29.4 +
|
||||
[native-comp](https://www.emacswiki.org/emacs/GccEmacs)**)
|
||||
- [ripgrep] 11.0+
|
||||
- GNU `find`
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
(when (< emacs-major-version 27)
|
||||
(user-error
|
||||
(concat
|
||||
"Detected Emacs " emacs-version ", but Doom requires 27.1 or newer (29.3 is\n\n"
|
||||
"Detected Emacs " emacs-version ", but Doom requires 27.1 or newer (29.4 is\n\n"
|
||||
"recommended). The current Emacs executable in use is:\n\n " (car command-line-args)
|
||||
"\n\nA guide for installing a newer version of Emacs can be found at:\n\n "
|
||||
(format "https://docs.doomemacs.org/-/install/%s"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue