From 9af75a0bcba685c380ab3f65e028236c21075661 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Mon, 12 Feb 2024 17:24:30 +0100 Subject: Emacs: Helm: Add `s-x` keybinding for classic `M-x` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sometimes it is useful to have #'execute-extended-command readily available. Or I could take the time to actually learn and/or tame Helm … --- dot.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3