Remove attach tag and change org-attach directory
This commit is contained in:
parent
0c1473123e
commit
60e45e6874
4
+org.el
4
+org.el
|
@ -109,4 +109,6 @@
|
||||||
"")))
|
"")))
|
||||||
;; Save org-download images to ~/.cache
|
;; Save org-download images to ~/.cache
|
||||||
(after! org-download
|
(after! org-download
|
||||||
(setq org-download-image-dir "~/.cache/org-download"))
|
(setq org-download-image-dir "~/.cache/org-download"
|
||||||
|
org-attach-id-dir "~/.cache/org-attach"
|
||||||
|
org-attach-auto-tag nil))
|
||||||
|
|
Loading…
Reference in New Issue