tvl-depot/tools/emacs
Vincent Ambo 05168b9a3c feat(emacs): Add 'withLocalEmacs' override function
This function makes it possible to build an Emacs instance that,
instead of launching an Emacs built by Nix, configures an Emacs
already present on the system to use the packages built by Nix.

This **requires** that the versions of the two Emacsen (i.e. the one
used by Nix to build and the one used to run the packages) are kept in
sync, otherwise byte-code incompatibilities may lead to undefined
behaviour.
2019-12-16 23:57:32 +00:00
..
config feat(emacs): Add withLocalConfig override function 2019-12-16 13:33:29 +00:00
.gitignore chore(emacs): Move emacs config to tools/emacs 2019-12-14 11:30:56 +00:00
default.nix feat(emacs): Add 'withLocalEmacs' override function 2019-12-16 23:57:32 +00:00
README.md docs(emacs): Update README file 2019-12-14 11:32:54 +00:00

tools/emacs

This sub-folder builds my Emacs configuration, supplying packages from Nix and configuration from this folder.

I use Emacs for many things (including as my desktop environment).