2024-07-30 15:06:03 +02:00
|
|
|
* 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.
|
|
|
|
|
2025-09-12 14:07:23 +02:00
|
|
|
Many thanks to the Crafted Emacs team which allowed me to bootstrap my
|
|
|
|
configuration and enabled me to bootstrap my standalone configuration.
|
2024-07-30 15:06:03 +02:00
|
|
|
|