diff options
Diffstat (limited to '.emacs.d/exwm')
-rwxr-xr-x | .emacs.d/exwm/start-exwm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/exwm/start-exwm.sh b/.emacs.d/exwm/start-exwm.sh index 5b7e315..a161a8a 100755 --- a/.emacs.d/exwm/start-exwm.sh +++ b/.emacs.d/exwm/start-exwm.sh @@ -1,3 +1,3 @@ #!/bin/sh -exec dbus-launch --exit-with-session emacs --m --debug-init +exec emacs -mm --debug-init |