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

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

[elpa] externals/embark 28c1e33fa6: Change bindings for Org link copying


From: ELPA Syncer
Subject: [elpa] externals/embark 28c1e33fa6: Change bindings for Org link copying
Date: Fri, 16 Sep 2022 10:57:38 -0400 (EDT)

branch: externals/embark
commit 28c1e33fa67223944f3d8de6ca8d4b68ae3d7811
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    Change bindings for Org link copying
    
    Following a suggestion of @minad's we now bind copying the full target
    to f. The w binding will be thought of as the "default copying style",
    i.e., it should be redunantly bound by the user to their preferred
    style.
---
 embark-org.el | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/embark-org.el b/embark-org.el
index 62ab828818..e47b2ba874 100644
--- a/embark-org.el
+++ b/embark-org.el
@@ -297,9 +297,15 @@ or 'https:' prefix.  For any other type of link the inner 
part is
 also the whole target.")
 
 (embark-define-keymap embark-org-link-copy-map
-  "Keymap for different ways to copy Org links to the kill-ring."
+  "Keymap for different ways to copy Org links to the kill-ring.
+
+You should bind w in this map to your most frequently used link
+copying function.  The default is for w to copy the \"inner
+target\" (see `embark-org-copy-link-inner-target'); which is also
+bound to i."
   :parent nil
-  ("w" embark-org-copy-link-in-full)
+  ("w" embark-org-copy-link-inner-target)
+  ("f" embark-org-copy-link-in-full)
   ("d" embark-org-copy-link-description)
   ("t" embark-org-copy-link-target)
   ("i" embark-org-copy-link-inner-target)



reply via email to

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