Defer org-download preferences
This commit is contained in:
parent
1f72440b12
commit
0c1473123e
3
+org.el
3
+org.el
|
@ -108,4 +108,5 @@
|
||||||
(format "%s" (org-duration-from-minutes (org-clock-get-clocked-time)))
|
(format "%s" (org-duration-from-minutes (org-clock-get-clocked-time)))
|
||||||
"")))
|
"")))
|
||||||
;; Save org-download images to ~/.cache
|
;; 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"))
|
||||||
|
|
Loading…
Reference in New Issue