summaryrefslogtreecommitdiff
path: root/helm-easymenu.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2020-08-04 12:09:14 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2020-08-04 12:09:14 +0200
commita6a0831499668a1b9126a5466349e0f83944f01c (patch)
tree1cbe925d22669a48dbe76dca8675e9526f01d228 /helm-easymenu.el
parent10dd52b3c45ba649165ed7d1c2a5fd49586bfefd (diff)
Update global bindings and menu
Diffstat (limited to 'helm-easymenu.el')
-rw-r--r--helm-easymenu.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/helm-easymenu.el b/helm-easymenu.el
index eb6878ba..87854125 100644
--- a/helm-easymenu.el
+++ b/helm-easymenu.el
@@ -34,6 +34,9 @@
["Bookmarks" helm-filtered-bookmarks t])
("Buffers"
["Find buffers" helm-buffers-list t])
+ ("Projects"
+ ["Browse project" helm-browse-project]
+ ["Projects history" helm-projects-history])
("Commands"
["Emacs Commands" helm-M-x t]
["Externals Commands" helm-run-external-command t])