diff --git a/+org.el b/+org.el index 66cbd1c..e4f0f60 100644 --- a/+org.el +++ b/+org.el @@ -107,3 +107,5 @@ (if (org-clocking-p) (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")