Remove attach tag and change org-attach directory

This commit is contained in:
coolneng 2022-06-02 21:05:23 +02:00
parent 0c1473123e
commit 60e45e6874
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 1 deletions

View File

@ -109,4 +109,6 @@
"")))
;; Save org-download images to ~/.cache
(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))