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)
|
[Install](#install) • [Documentation] • [FAQ] • [Screenshots] • [Contribute](#contribute)
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|
<!--  -->
|
||||||
[][Discord]
|
[][Discord]
|
||||||
[][Discourse]
|
[][Discourse]
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@ Check out [the FAQ][FAQ] for answers to common questions about the project.
|
||||||
|
|
||||||
# Prerequisites
|
# Prerequisites
|
||||||
- Git 2.23+
|
- 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)**)
|
[native-comp](https://www.emacswiki.org/emacs/GccEmacs)**)
|
||||||
- [ripgrep] 11.0+
|
- [ripgrep] 11.0+
|
||||||
- GNU `find`
|
- GNU `find`
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
(when (< emacs-major-version 27)
|
(when (< emacs-major-version 27)
|
||||||
(user-error
|
(user-error
|
||||||
(concat
|
(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)
|
"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 "
|
"\n\nA guide for installing a newer version of Emacs can be found at:\n\n "
|
||||||
(format "https://docs.doomemacs.org/-/install/%s"
|
(format "https://docs.doomemacs.org/-/install/%s"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue