summaryrefslogtreecommitdiff
path: root/helm-easymenu.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-08-29 18:13:30 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-08-29 18:13:30 +0200
commitc401099898add724c99dac99a2e2d983255d468e (patch)
tree742f449296059c062e1023365d98d89d83c7b80c /helm-easymenu.el
parent88f7a386280323154fdf013740badec1c569f077 (diff)
Bind AG in menu and global map.
* helm-config.el (helm-command-map): Do it. * helm-easymenu.el: Do it.
Diffstat (limited to 'helm-easymenu.el')
-rw-r--r--helm-easymenu.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-easymenu.el b/helm-easymenu.el
index 23f263bb..dfdd5842 100644
--- a/helm-easymenu.el
+++ b/helm-easymenu.el
@@ -52,6 +52,7 @@
("Tools"
["Occur" helm-occur t]
["Grep" helm-do-grep t]
+ ["Grep current directory with AG" helm-do-grep-ag t]
["Gid" helm-gid t]
["Etags" helm-etags-select t]
["Lisp complete at point" helm-lisp-completion-at-point t]