diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-03-06 00:51:43 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-03-06 00:51:43 -0500 |
commit | df50b91bd0630dde462857b80f48d53447373670 (patch) | |
tree | 6433e79230468410a554434b127edf964ab88f6b | |
parent | 408832130561d051ddc35efa766786d53486d4e0 (diff) | |
download | emacs.d-df50b91bd0630dde462857b80f48d53447373670.tar.gz |
projectile commander: Add helm-projectile-grep key
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -726,6 +726,9 @@ (def-projectile-commander-method ?f "Open project file." (helm-projectile-find-file)) + (def-projectile-commander-method ?l + "Run `helm-projectile-grep'." + (helm-projectile-grep)) (def-projectile-commander-method ?p "Switch project." (helm-projectile-switch-project))) |