From 1ba65acfd6b79eed887b875e6095cdf9e1b97510 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 17 Jan 2020 19:07:50 +0000 Subject: [PATCH] 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. --- configs/shared/.xsessionrc.shared | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configs/shared/.xsessionrc.shared b/configs/shared/.xsessionrc.shared index b5cbf598d..f14589a47 100644 --- a/configs/shared/.xsessionrc.shared +++ b/configs/shared/.xsessionrc.shared @@ -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