diff --git a/modules/navigation/siren-helm.el b/modules/navigation/siren-helm.el index d25f22c..e6a7233 100644 --- a/modules/navigation/siren-helm.el +++ b/modules/navigation/siren-helm.el @@ -30,6 +30,8 @@ ("C-c f f" . helm-for-files) ("C-c f r" . helm-recentf) ("C-c C-m" . helm-M-x) + (:map helm-command-map + ("M" . helm-man-woman)) :custom (helm-M-x-always-save-history t)