Don't start emacs server at login

Since I'm using EXWM, I'm unsure what benefits starting the Emacs server gives
me. In the interest of cleaning up my xsessionrc, I'm deleting this.
This commit is contained in:
William Carroll 2020-01-17 19:07:50 +00:00
parent 68395b29f9
commit 1ba65acfd6

View file

@ -11,10 +11,6 @@ xsetroot -solid "#333333"
# Set fallback cursor.
xsetroot -cursor_name left_ptr
# Start the Emacs server
# TODO: Consider starting this with `systemctl --user enable emacs.service`
emacs --daemon
# Start ssh-agent
eval "$(ssh-agent -s)"
@ -29,7 +25,6 @@ compton &
unclutter &
# Startup Emacs (and EXWM).
# TODO: Does this prevent the Emacs server (i.e. `emacs --daemon`) from running?
# TODO: Do I even want `--exit-with-session`? This makes debugging Emacs more
# expensive than perhaps it should be.
exec dbus-launch --exit-with-session emacs