fix(org): attachment image inline preview
Fix originally proposed by Khoulaiz here: https://github.com/doomemacs/doomemacs/issues/7222#issuecomment-1535932540 Fix: #7222 #3185 Co-authored-by: Andreas Sahlbach <Khoulaiz>
This commit is contained in:
parent
42ae401deb
commit
d2efb01d29
2 changed files with 9 additions and 11 deletions
|
@ -494,7 +494,7 @@ relative to `org-directory', unless it is an absolute path."
|
|||
(add-to-list 'projectile-globally-ignored-directories org-attach-id-dir)))
|
||||
|
||||
;; Add inline image previews for attachment links
|
||||
(org-link-set-parameters "attachment" :image-data-fun #'+org-inline-image-data-fn))
|
||||
(org-link-set-parameters "attachment" :image-data-fun #'+org-image-file-data-fn))
|
||||
|
||||
|
||||
(defun +org-init-custom-links-h ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue