Defer org-download preferences

This commit is contained in:
coolneng 2022-05-25 20:48:25 +02:00
parent 1f72440b12
commit 0c1473123e
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 1 deletions

View File

@ -108,4 +108,5 @@
(format "%s" (org-duration-from-minutes (org-clock-get-clocked-time)))
"")))
;; Save org-download images to ~/.cache
(setq org-download-image-dir "~/.cache/org-download")
(after! org-download
(setq org-download-image-dir "~/.cache/org-download"))