Emacs librariesΒΆ

Two small Emacs libraries:

mk-startup

Attempt to manage complex Emacs configuration by splitting it into multiple files (~/emacs/etc/*.el), localizing errors (so broken import of some mode does not break whole startup), and providing some utilities.

This is based on various recipes I found on the internet, but polished and packaged as ready to use library.

theme-switcher
Switch Emacs theme depending on the edited file location. I wrote it to switch colors whenever I am editing remote tramp file, but found it handy in some other cases too.