mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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
|
||||||
|
Reference in New Issue
Block a user