e97eeef Put vas extension in the right nerd icons alist…
~plattfot pushed to ~plattfot/dotemacs git
My ever evolving Emacs configuration. Right now it is designed to be installed using Guix. Where that will take care of installing all Emacs packages as well as the external tools.
You will find my config file here.
My helper functions are located in a separate repository called emacs-plt.
Use guix home to install everything, including the configuration. Here is how I have it setup: plt/home/emacs.scm.
I'm using guix home
to install both the packages and the
configuration. All of that are read-only. Which mean I cannot make
changes directly to ~/.config/emacs/init.el
. Instead if I want to
test something locally I need to run Emacs pointing it to a cloned
repository of dotemacs
and make the changes there:
emacs --init-directory=/path/to/dotemacs
Which is not as simple as modifying it directly but I do get the benefit of my whole Emacs setup being reproducible across machines.