From a11af5766622a6b0771ef5d521f4eac8dd7d637c Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 20 Jan 2020 10:15:11 +0000 Subject: [PATCH] Add --debug-init flag to Emacs startup command This should tighten my feedback loop slightly. --- configs/shared/.xsessionrc.shared | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configs/shared/.xsessionrc.shared b/configs/shared/.xsessionrc.shared index f14589a47..9428eb354 100644 --- a/configs/shared/.xsessionrc.shared +++ b/configs/shared/.xsessionrc.shared @@ -25,6 +25,4 @@ compton & unclutter & # Startup Emacs (and EXWM). -# 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 +exec dbus-launch --exit-with-session emacs --debug-init