aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)