mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user