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

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

[nongnu] elpa/hyperdrive b7cda3fdd3 096/123: Fix: (-menu) Only display b


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive b7cda3fdd3 096/123: Fix: (-menu) Only display bookmark set binding when current entry
Date: Fri, 6 Oct 2023 01:01:08 -0400 (EDT)

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

    Fix: (-menu) Only display bookmark set binding when current entry
---
 hyperdrive-menu.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hyperdrive-menu.el b/hyperdrive-menu.el
index d1fd2f8560..ccb4660ca3 100644
--- a/hyperdrive-menu.el
+++ b/hyperdrive-menu.el
@@ -175,7 +175,9 @@
    ["Bookmark"
     ("b j" "Jump" hyperdrive-bookmark-jump)
     ("b l" "List" hyperdrive-bookmark-list)
-    ("b s" "Set" bookmark-set)]
+    ("b s" "Set" bookmark-set
+     :if (lambda ()
+           (oref transient--prefix scope)))]
    ["Files"
     ("f f" "Find" hyperdrive-find-file)
     ("f v" "View" hyperdrive-view-file)



reply via email to

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