diff options
author | Thanos Apollo <[email protected]> | 2022-11-02 06:27:28 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2022-11-02 06:28:46 +0200 |
commit | 8931b8e1bf1e2a36379ead8c78eac9a7053f0e8b (patch) | |
tree | 824a5286ef5cbcb306464101cc10e470a4cc0bac /.emacs.d | |
parent | a2016d0dec7a633b870caf7a897eedf819b4688f (diff) |
fix start exwm
Diffstat (limited to '.emacs.d')
-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 |