~plattfot/dotemacs

My emacs config files

d348b7f Update config to use chat.sr.ht

a day ago

e97eeef Put vas extension in the right nerd icons alist…

4 days ago

#dotemacs - My Emacs config files

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.

#Installation

Use guix home to install everything, including the configuration. Here is how I have it setup: plt/home/emacs.scm.

#Modifying my config

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.