emacs-config/README.org

24 lines
893 B
Org Mode

* Emacs Configuration
I finally decided that keeping my Emacs configuration together with
all the other common configuration files comes close to blasphemy so I
split it from the main dotfiles repo.
Seriously managing emacs through symlinks works but in the spirit of
less is more just doing a
#+BEGIN_SRC shell
git clone forgejo@forge.snamellit.com:pti/emacs-config ~/.config/emacs
#+END_SRC
And then maintaining the files directly over there is easier than it
being part of all the other stuff.
Of course _easier_ is in the eye of the beholder at the time of
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.
Many thanks to the Crafted Emacs team which allowed me to bootstrap my
configuration and enabled me to bootstrap my standalone configuration.