tvl-depot/tools/emacs
Vincent Ambo 637cb0bd2a fix(emacs.d): Pick new buffers *into* the active window
Instead of splitting below and moving the target buffer into the new
split, split and move the buffer into the active window.

The other way around does (for some reason I don't fully understand)
not work because `split-window-below` may return invalid windows.
2019-12-24 18:15:30 +01:00
..
config fix(emacs.d): Pick new buffers *into* the active window 2019-12-24 18:15:30 +01:00
.gitignore chore(emacs): Move emacs config to tools/emacs 2019-12-14 11:30:56 +00:00
default.nix feat(emacs): Install edwina package 2019-12-22 14:30:28 +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).