mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
feat(org): bind <localleader> l y to +org/yank-link
For copying the URL component of an org link at point.
This commit is contained in:
@@ -988,6 +988,7 @@ between the two."
|
||||
"s" #'org-store-link
|
||||
"S" #'org-insert-last-stored-link
|
||||
"t" #'org-toggle-link-display
|
||||
"y" #'+org/yank-link
|
||||
(:when (modulep! :os macos)
|
||||
"g" #'org-mac-link-get-link))
|
||||
(:prefix ("P" . "publish")
|
||||
|
Reference in New Issue
Block a user