Bump minimum supported version to Emacs 26.3

From 26.1, which we no longer officially* support.

*I won't be implementing any hard checks for it just yet though. I just
want to push this forward while I plan to drop 26.x support later this
year.
This commit is contained in:
Henrik Lissner 2021-02-05 04:51:24 -05:00
parent 61a6be264e
commit d0b6cef8a5
2 changed files with 3 additions and 3 deletions

View file

@ -97,7 +97,7 @@ us know!
This is what you'll have installed by the end of this section:
- Git 2.23+
- Emacs 26.1+ *(27.x is recommended)*
- Emacs 26.3+ *(27.1 is recommended, or [[https://www.emacswiki.org/emacs/GccEmacs][native-comp]])*
- [[https://github.com/BurntSushi/ripgrep][ripgrep]] 11.0+
- GNU Find
- (Optional) [[https://github.com/sharkdp/fd][fd]] 7.3.0+ (known as ~fd-find~ on Debian, Ubuntu & derivatives) --