From 60e45e6874f4d4f5e7482a5a29b8e865d5065798 Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 2 Jun 2022 21:05:23 +0200 Subject: [PATCH] Remove attach tag and change org-attach directory --- +org.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/+org.el b/+org.el index 5d21b74..b63e4b1 100644 --- a/+org.el +++ b/+org.el @@ -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))