about summary refs log tree commit diff
path: root/tools/emacs/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2019-12-15 chore(emacs.d): Remove smartparensVincent Ambo1-1/+0
I actually find a lot of its behaviour very annoying, rather than smart. Good old electric-pair-mode usually does what I want.
2019-12-15 refactor(emacs.d): Use dottime from my dottime packageVincent Ambo1-2/+3
Instead of locally advicing format-time-string, use my dottime package.
2019-12-15 chore(emacs): Move carp-mode to third-partyVincent Ambo1-20/+2
2019-12-14 r/145 feat(tools/emacs): Build fully pre-configured EmacsVincent Ambo1-13/+12
Builds an Emacs that is not only configured with the required packages but with the entire Emacs configuration for my personal setup. This means that `nix-env -iA tools.emacs` will install a fully-configured Emacs that can be launched as the window manager from my ~/.xsession.
2019-12-14 r/137 refactor(emacs): Rewrite derivation to match depot layoutVincent Ambo1-74/+49
2019-12-14 r/136 chore(emacs): Move Nix derivation for building Emacs over from infraVincent Ambo1-0/+138