about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-20T10·15+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-22T21·13+0000
commita11af5766622a6b0771ef5d521f4eac8dd7d637c (patch)
tree529b39124d5748c6223492c6b3ec414e05b90ffb /configs
parentddd5d3a7a0653a1c15bd651dbb36fe22adfd0ff5 (diff)
Add --debug-init flag to Emacs startup command
This should tighten my feedback loop slightly.
Diffstat (limited to 'configs')
-rw-r--r--configs/shared/.xsessionrc.shared4
1 files changed, 1 insertions, 3 deletions
diff --git a/configs/shared/.xsessionrc.shared b/configs/shared/.xsessionrc.shared
index f14589a47058..9428eb3541bc 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