diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-07-10 22:30:53 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-07-10 22:30:53 -0400 |
commit | ed99a8958373d3dc0db9294048efc5e84ebf207c (patch) | |
tree | 5239002a4f3722d5982c6e1e028343c2f52a611a /.xinitrc | |
parent | Use `setxkbmap` to set CAPS as SUPER (diff) | |
download | mmosmacs-ed99a8958373d3dc0db9294048efc5e84ebf207c.tar.gz mmosmacs-ed99a8958373d3dc0db9294048efc5e84ebf207c.tar.bz2 mmosmacs-ed99a8958373d3dc0db9294048efc5e84ebf207c.zip |
Start Emacs with `--debug-init`
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,4 +19,4 @@ setxkbmap -option caps:super | |||
19 | 19 | ||
20 | 20 | ||
21 | # Start emacs | 21 | # Start emacs |
22 | exec dbus-launch --exit-with-session emacs | 22 | exec dbus-launch --exit-with-session emacs --debug-init |