Fix inline previews for download:* links
This commit is contained in:
parent
efee633311
commit
adbe9041ce
2 changed files with 20 additions and 7 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
(after! org
|
||||
;; A shorter link to attachments
|
||||
(+org-define-basic-link "download" 'org-download-image-dir
|
||||
(+org-define-basic-link "download" (lambda () (or org-download-image-dir org-attach-id-dir "."))
|
||||
:image-data-fun #'+org-image-file-data-fn
|
||||
:requires 'org-download))
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue