Add --debug-init flag to Emacs startup command
This should tighten my feedback loop slightly.
This commit is contained in:
parent
ddd5d3a7a0
commit
a11af57666
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue