diff options
author | Ashton Wiersdorf <ashton.wiersdorf@pobox.com> | 2023-01-02 23:15:33 -0700 |
---|---|---|
committer | Ashton Wiersdorf <ashton.wiersdorf@pobox.com> | 2023-01-02 23:15:33 -0700 |
commit | ab6f6f697eec18b5075b796be280891c2b46c055 (patch) | |
tree | 48816173eb5984438152e0e8db716ab30d2311d9 /README.md | |
parent | a2f3d824259e0ec5ca2e0b5d5317c36533d483ea (diff) |
Add links
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 15 insertions, 6 deletions
@@ -2,18 +2,23 @@ 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. + - [Project homepage](https://sr.ht/~ashton314/emacs-bedrock/) + - [Issue Tracker](https://todo.sr.ht/~ashton314/emacs-bedrock) + ## Description +**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. (Features: `help-quick`, built-in `use-package`.) + +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`. + +-------------------------------------------------------------------------------- + This is a minimal Emacs starter kit. Like, *really* minimal. Here's the short of the philosophy: - Focus on using default, built-in Emacs behavior @@ -95,6 +100,10 @@ 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. +### Roadmap + +See the [issue tracker](https://todo.sr.ht/~ashton314/emacs-bedrock) on SourceHut. + ## Authors - Ashton Wiersdorf https://lambdaland.org |