branch: elpa/helm
commit be0b88584b26cdff4ff508b002d3abd57955a779
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Add package-vc-checkout and package-vc-install to package category
---
 helm-mode.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/helm-mode.el b/helm-mode.el
index e47345f7b6..58c7ec1314 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -998,6 +998,8 @@ behavior as emacs vanilla.")
     ("find-variable" . symbol-help)
     ("kill-buffer" . buffer)
     ("package-install" . package)
+    ("package-vc-install" . package)
+    ("package-vc-checkout" . package)
     ("describe-package" . package))
   "An alist to specify metadata category by command.
 

Reply via email to