branch: elpa/hyperdrive
commit 90653597e7ac7662edf4b6a4f0056294cdbd9ef4
Author: Adam Porter <a...@alphapapa.net>
Commit: Joseph Turner <jos...@ushin.org>

    WIP
---
 hyperdrive.el | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/hyperdrive.el b/hyperdrive.el
index b0da4d51f2..d958a5e385 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -861,11 +861,12 @@ The return value of this function is the retrieval 
buffer."
 
     ("f ^" "Up to parent" hyperdrive-up)
     ("f w" "Copy URL" hyperdrive-copy-url)
-    ("f g"
-     ;; TODO: Learn how to use `transient-setup-children' to
-     ;; set up this group at runtime and include the default
-     ;; `revert-buffer' binding.
-     revert-buffer :description "Revert")
+    ;; ("f g"
+    ;; TODO: Consider whether we want to have a menu entry for revert-buffer.
+    ;;  ;; TODO: Learn how to use `transient-setup-children' to
+    ;;  ;; set up this group at runtime and include the default
+    ;;  ;; `revert-buffer' binding.
+    ;;  revert-buffer :description "Revert")
     ("f s" "Save"
      ;; TODO: Learn how to use `transient-setup-children' to
      ;; set up this group at runtime and include the default

Reply via email to