branch: elpa/hyperdrive
commit e2b8d0047c7183b45723159978eb09762796e743
Author: Joseph Turner <jos...@ushin.org>
Commit: Joseph Turner <jos...@ushin.org>

    Change: (hyperdrive-menu) Add "Latest" command
---
 hyperdrive-menu.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hyperdrive-menu.el b/hyperdrive-menu.el
index af77205173..8c653b7680 100644
--- a/hyperdrive-menu.el
+++ b/hyperdrive-menu.el
@@ -115,6 +115,7 @@
                                                            "latest")))
                               (concat ": " (propertize display-version 'face 
'transient-value)))))
      )
+    ("V l" "Latest" hyperdrive-open-latest-version)
     ("V h" "History" hyperdrive-history
      :inapt-if (lambda ()
                  (hyperdrive--entry-directory-p (oref transient--prefix 
scope))))]]

Reply via email to