aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2024-02-12 17:24:30 +0100
committerThomas Schneider <qsx@chaotikum.eu>2024-02-12 17:25:08 +0100
commit9af75a0bcba685c380ab3f65e028236c21075661 (patch)
tree614a6d0a2b820adfb0b455bbda0ab4ba09eb373a
parent0be956e0e62928877dabdda45925ff42cbfbd5fb (diff)
Emacs: Helm: Add `s-x` keybinding for classic `M-x`
Sometimes it is useful to have #'execute-extended-command readily available. Or I could take the time to actually learn and/or tame Helm …
-rw-r--r--dot.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 0e0087b..adb8c68 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -144,6 +144,7 @@
:defer nil
:bind-keymap ("C-c h" . helm-command-map)
:bind (("M-x" . #'helm-M-x)
+ ("s-x" . #'execute-extended-command)
("M-y" . #'helm-show-kill-ring)
("C-x b" . #'helm-mini)
("C-x C-f" . #'helm-find-files)