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

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

[nongnu] elpa/hyperdrive b1402fe8d8 29/33: Change: (-global-easy-menu) A


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive b1402fe8d8 29/33: Change: (-global-easy-menu) Allow copying URL of current directory
Date: Wed, 11 Oct 2023 22:00:46 -0400 (EDT)

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

    Change: (-global-easy-menu) Allow copying URL of current directory
---
 hyperdrive.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/hyperdrive.el b/hyperdrive.el
index d916e0018b..44b8c65d62 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -959,11 +959,9 @@ The return value of this function is the retrieval buffer."
                           (call-interactively #'hyperdrive-dir-sort))
        :active (eq major-mode 'hyperdrive-dir-mode)
        :help "Sort directory contents"]
-      ;; TODO: Add command to copy directory URL
       ["Copy URL" (lambda ()
                     (interactive)
                     (call-interactively #'hyperdrive-copy-url))
-       :active (not (eq major-mode 'hyperdrive-dir-mode))
        :help "Copy URL of current file/directory"]
       ["Delete" (lambda ()
                   (interactive)



reply via email to

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