mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix vestigial reference to +org-attach/uri
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
(defun +org-dragndrop-download-dnd-fn (uri action)
|
(defun +org-dragndrop-download-dnd-fn (uri action)
|
||||||
"Handle file links and base64 data uris."
|
"Handle file links and base64 data uris."
|
||||||
(if (eq major-mode 'org-mode)
|
(if (eq major-mode 'org-mode)
|
||||||
(+org-attach/uri uri)
|
(+org/attach-file-and-insert-link uri)
|
||||||
(let ((dnd-protocol-alist
|
(let ((dnd-protocol-alist
|
||||||
(rassq-delete-all '+org-attach-download-dnd
|
(rassq-delete-all '+org-attach-download-dnd
|
||||||
(copy-alist dnd-protocol-alist))))
|
(copy-alist dnd-protocol-alist))))
|
||||||
|
Reference in New Issue
Block a user