diff --git a/+org.el b/+org.el index 3284847..ef2bfe7 100644 --- a/+org.el +++ b/+org.el @@ -116,10 +116,9 @@ (if (org-clocking-p) (format "%s" (org-duration-from-minutes (org-clock-get-clocked-time))) ""))) -;; Save org-download images to ~/.cache +;; Save org-download images to an assets directory (after! org-download - (setq org-download-image-dir "~/.cache/org-download" - org-attach-id-dir "~/.cache/org-attach" + (setq org-download-image-dir "assets/" org-attach-auto-tag nil)) ;; Show images by default with a limited width (setq org-startup-with-inline-images t