lang/org: add <localleader> l prefix for link keybinds

Moves 'SPC m l' and 'SPC m L' to 'SPC m l l' and 'SPC m l d',
respectively.

Relevant to #2101
This commit is contained in:
Henrik Lissner 2019-11-21 17:13:21 -05:00
parent 01c98128a5
commit cc793f323f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -628,8 +628,6 @@ between the two."
"h" #'org-toggle-heading
"i" #'org-toggle-item
"I" #'org-toggle-inline-images
"l" #'org-insert-link
"L" #'+org/remove-link
"n" #'org-store-link
"o" #'org-set-property
"p" #'org-priority
@ -673,6 +671,13 @@ between the two."
"i" #'org-id-goto
"r" #'org-refile-goto-last-stored
"x" #'org-capture-goto-last-stored)
(:prefix ("l" . "links")
"l" #'org-insert-link
"L" #'org-insert-all-links
"s" #'org-store-link
"S" #'org-insert-last-stored-link
"i" #'org-id-store-link
"d" #'+org/remove-link)
(:prefix ("r" . "refile")
"." #'+org/refile-to-current-file
"c" #'+org/refile-to-running-clock