diff options
author | Ashton Wiersdorf <ashton.wiersdorf@pobox.com> | 2023-01-02 23:07:46 -0700 |
---|---|---|
committer | Ashton Wiersdorf <ashton.wiersdorf@pobox.com> | 2023-01-02 23:07:46 -0700 |
commit | a2f3d824259e0ec5ca2e0b5d5317c36533d483ea (patch) | |
tree | 50e4cca3f3e079eff208af586f5e5dd97db821a4 /README.md | |
parent | a59e6974e0c7355c70b950c5e2fa0ea5ef65b1a0 (diff) |
Add notice at top of README about minimum version
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -2,6 +2,12 @@ Stepping stones to a better Emacs experience +**ACHTUNG!** + +This makes use of some Emacs 29.1 features! Fortunately these features should all be stable, but you will have serious troubles if you try using this unmodified on anything earlier. + +For testing, you can run `emacs --init-directory path/to/emacs-bedrock/` and all the customizations and package installations will be isolated to the project directory. Emacs should only add files that are already in the `.gitignore`. + ## Synopsis An *extremely* minimal Emacs starter kit uses *no* external packages by default, and only ELPA packages on an opt-in basis. Intended to be copied once and then modified as the user grows in knowledge and power. @@ -89,8 +95,6 @@ Once I am happy with the state of things, I'll change it to version `1.*.*`—at This is a hobby project. Please be patient. -For testing, you can run `emacs --init-directory path/to/emacs-bedrock/` and all the customizations and package installations will be isolated to the project directory. Emacs should only add files that are already in the `.gitignore`. - ## Authors - Ashton Wiersdorf https://lambdaland.org |