diff --git a/README.org b/README.org index ec9c3f0..1bfaead 100644 --- a/README.org +++ b/README.org @@ -19,31 +19,6 @@ observation. In practice it are all diffferent trade-offs. I think this setup will also make it easier to package up my emacs config as a GUIX package for distribution over my PCs. -This config also needs [[https://github.com/SystemCrafters/crafted-emacs][Crafted Emacs]] as a base : - -#+BEGIN_SRC shell - git clone https://github.com/SystemCrafters/crafted-emacs.git ~/.local/share/crafted-emacs -#+END_SRC - - -* TODOS - -** DONE Check out Crafted Emacs - -This configuration relies on crafted emacs being checked out in -*~/.local/share/crafted-emacs* . - -This is graciously provided by my dotfiles system but this might -better move to emacs itself during initial bootstrapping, ie checking -whether the folder exists/is up-to-date when tangling to limit effect -on startup speed. - -** TODO Warn if the current copy is stale. -Since I forget everything unless prompted, getting a prompt when there -is a new version waiting to be pulled might be useful. -I can probably get inspiration from crafted emacs. - -** TODO package as a guix package -It would be nice to update the emacs config when doing a `guix home -reconfigure`. +Many thanks to the Crafted Emacs team which allowed me to bootstrap my +configuration and enabled me to bootstrap my standalone configuration.