From a2f3d824259e0ec5ca2e0b5d5317c36533d483ea Mon Sep 17 00:00:00 2001 From: Ashton Wiersdorf Date: Mon, 2 Jan 2023 23:07:46 -0700 Subject: Add notice at top of README about minimum version --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 266c101..ffb993a 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3