diff options
| author | Simon Parri <simonparri@ganzeria.com> | 2025-11-05 15:20:07 -0600 |
|---|---|---|
| committer | Simon Parri <simonparri@ganzeria.com> | 2025-11-05 15:20:07 -0600 |
| commit | 84ee5686526a551bc61333b07637df9297377961 (patch) | |
| tree | ffcb8638efe437af0b194d171c1c2527864eeaca | |
| parent | 74adb21a35f964eebcd06a8747311297905dcec9 (diff) | |
| download | dotfiles-84ee5686526a551bc61333b07637df9297377961.tar.gz dotfiles-84ee5686526a551bc61333b07637df9297377961.zip | |
Emacs: Add "s-z" as shorthand for `exwm-run'
| -rw-r--r-- | common/.emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/.emacs.d/init.el b/common/.emacs.d/init.el index 4c1da38..e3715f2 100644 --- a/common/.emacs.d/init.el +++ b/common/.emacs.d/init.el @@ -4402,6 +4402,7 @@ instead." ("s-x x" exwm-run) ("s-x s-x" exwm-run) ("<XF86Launch1>" exwm-run) + ("s-z" exwm-run) ("s-x p" process-viewer) ("s-x e" email) ("s-x c" jabber-global-keymap) |
