branch: elpa/helm commit df6dcc00773971fb47b7bc110fdf880cb01117a3 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Add clone action to finder --- helm-packages.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm-packages.el b/helm-packages.el index 30235fa5d1..92ad2bc064 100644 --- a/helm-packages.el +++ b/helm-packages.el @@ -447,7 +447,8 @@ PROVIDER can be one of \"gnu\" or \"nongnu\"." '(("Install packages(s)" . helm-packages-install))))) :action '(("Describe package" . helm-packages-describe) - ("Visit homepage" . helm-packages-visit-homepage))) + ("Visit homepage" . helm-packages-visit-homepage) + ("Clone package" . helm-packages-clone-package))) :buffer "*helm finder results*"))) (defun helm-package--upgradeable-packages (&optional include-builtins)