lang/org: SPC m a p -> org-download-clipboard

And SPC m a P -> org-download-yank for consistency.

p meaning paste.

Closes #3830
This commit is contained in:
Henrik Lissner 2020-08-25 05:48:09 -04:00
parent 9e43b69664
commit bdbeb8f507
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -704,7 +704,8 @@ between the two."
"S" #'org-attach-sync
(:when (featurep! +dragndrop)
"c" #'org-download-screenshot
"y" #'org-download-yank))
"p" #'org-download-clipboard
"P" #'org-download-yank))
(:prefix ("b" . "tables")
"-" #'org-table-insert-hline
"a" #'org-table-align