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:
parent
9e43b69664
commit
bdbeb8f507
1 changed files with 2 additions and 1 deletions
|
@ -704,7 +704,8 @@ between the two."
|
||||||
"S" #'org-attach-sync
|
"S" #'org-attach-sync
|
||||||
(:when (featurep! +dragndrop)
|
(:when (featurep! +dragndrop)
|
||||||
"c" #'org-download-screenshot
|
"c" #'org-download-screenshot
|
||||||
"y" #'org-download-yank))
|
"p" #'org-download-clipboard
|
||||||
|
"P" #'org-download-yank))
|
||||||
(:prefix ("b" . "tables")
|
(:prefix ("b" . "tables")
|
||||||
"-" #'org-table-insert-hline
|
"-" #'org-table-insert-hline
|
||||||
"a" #'org-table-align
|
"a" #'org-table-align
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue