From 84ee5686526a551bc61333b07637df9297377961 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Wed, 5 Nov 2025 15:20:07 -0600 Subject: Emacs: Add "s-z" as shorthand for `exwm-run' --- common/.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) 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) ("" exwm-run) + ("s-z" exwm-run) ("s-x p" process-viewer) ("s-x e" email) ("s-x c" jabber-global-keymap) -- cgit v1.2.3