emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm be0b88584b 2/2: Add package-vc-checkout and package-v


From: ELPA Syncer
Subject: [nongnu] elpa/helm be0b88584b 2/2: Add package-vc-checkout and package-vc-install to package category
Date: Sun, 13 Aug 2023 03:59:26 -0400 (EDT)

branch: elpa/helm
commit be0b88584b26cdff4ff508b002d3abd57955a779
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@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

[Prev in Thread] Current Thread [Next in Thread]