WIP: Nixify Emacs setup

The things that I dislike about this setup are:
1. `xref-find-definitions` takes me to `/nix/store`, which is a read-only
version of the source code, so I cannot edit it, which doesn't feel lispy.

2. I need to rebuild the derivation when I change something, which also doesn't
feel lispy.

There are ways to circumvent both of these drawbacks, but for now, I'm checking
this in only to later revert it.
This commit is contained in:
William Carroll 2020-01-06 14:58:22 +00:00
parent 7175d230c2
commit 069ca63082
4 changed files with 155 additions and 5 deletions

View file

@ -26,7 +26,7 @@ tmux new -d -s main
# Start the Emacs server
# TODO: Consider starting this with `systemctl --user enable emacs.service`
emacs --daemon
# emacs --daemon
# Start ssh-agent
eval "$(ssh-agent -s)"
@ -42,4 +42,7 @@ compton &
unclutter &
# Startup Emacs (and EXWM).
exec dbus-launch --exit-with-session emacs
# TODO: Does this prevent the Emacs server (i.e. `emacs --daemon`) from running?
# NOTE: wpcarros-emacs is built with `nix-env -iA emacs -f .` from
# `CWD=~/Dropbox/dotfiles`
exec dbus-launch --exit-with-session wpcarros-emacs