mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
@ -2,7 +2,11 @@
|
|||||||
;;;###if (featurep! +dragndrop)
|
;;;###if (featurep! +dragndrop)
|
||||||
|
|
||||||
(use-package! org-download
|
(use-package! org-download
|
||||||
:commands org-download-dnd org-download-dnd-base64
|
:commands
|
||||||
|
org-download-dnd
|
||||||
|
org-download-yank
|
||||||
|
org-download-screenshot
|
||||||
|
org-download-dnd-base64
|
||||||
:init
|
:init
|
||||||
;; HACK We add these manually so that org-download is truly lazy-loaded
|
;; HACK We add these manually so that org-download is truly lazy-loaded
|
||||||
(pushnew! dnd-protocol-alist
|
(pushnew! dnd-protocol-alist
|
||||||
|
Reference in New Issue
Block a user