diff --git a/modules/editor/siren-helm-command.el b/modules/editor/siren-helm-command.el index ad5a69c..3ad60f9 100644 --- a/modules/editor/siren-helm-command.el +++ b/modules/editor/siren-helm-command.el @@ -12,8 +12,7 @@ :ensure helm :defer t :bind - ("C-x C-m" . helm-M-x) - ("C-c C-m" . helm-M-x) + ("M-x" . helm-M-x) :config (setq helm-M-x-always-save-history t diff --git a/modules/editor/siren-smex.el b/modules/editor/siren-smex.el index 2e35d20..613d8d4 100644 --- a/modules/editor/siren-smex.el +++ b/modules/editor/siren-smex.el @@ -8,7 +8,8 @@ (use-package smex :bind - ("M-x" . smex) + ("C-x C-m" . smex) + ("C-c C-m" . smex) ("M-X" . smex-major-mode-commands) ("C-c C-c M-x" . execute-extended-command)