branch: elpa/helm
commit 3f461712084446e59c4c563acef081c7dc484301
Merge: 1dfabbd368 0f5a389086
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: GitHub <nore...@github.com>

    Merge pull request #2706 from pkryger/package-vc-affixations
    
    Add affixations to completions in package-vc commands
---
 helm-mode.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/helm-mode.el b/helm-mode.el
index c7bb4d6617..0f4a0c8a10 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -1115,6 +1115,10 @@ FLAGS is a list of variables to renitialize to nil when 
exiting or quitting.")
     ("package-install" . package)
     ("package-vc-install" . package)
     ("package-vc-checkout" . package)
+    ("package-vc-log-incoming" . package)
+    ("package-vc-prepare-patch" . package)
+    ("package-vc-rebuild" . package)
+    ("package-vc-upgrade" . package)
     ("describe-package" . package)
     ("load-theme" . theme)
     ("describe-theme" . theme)

Reply via email to