branch: elpa/helm commit 0f5a389086ace6e1d2fc15d6d21dddcb1adf3e2b Author: Przemysław Kryger <pkry...@gmail.com> Commit: Przemysław Kryger <pkry...@gmail.com>
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)