diff --git a/+org.el b/+org.el index e4f0f60..5d21b74 100644 --- a/+org.el +++ b/+org.el @@ -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"))