chore(navigation): Make helm-man-woman available via C-c h M

I mapped helm-make-projectile to "m" within the helm-command-map, which
replaced helm-man-woman which, so let's make that available as "M"
within the helm-command-map instead.
This commit is contained in:
2020-03-06 11:56:54 +00:00
parent 79caa36d95
commit 79f70ef90b

View File

@@ -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)