summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-09-19 22:20:06 +0100
committerjao <jao@gnu.org>2025-09-19 22:20:06 +0100
commiteb340093ba52636ba969e6c1c5859851531719c7 (patch)
tree043cd89de699b0d15665334b73b61ff784c3e940
parent24c222023a72747903742529b78d71835568b462 (diff)
downloadelibs-eb340093ba52636ba969e6c1c5859851531719c7.tar.gz
elibs-eb340093ba52636ba969e6c1c5859851531719c7.tar.bz2
org-persist cache out of the way
-rw-r--r--custom/jao-custom-gnus.el2
-rw-r--r--custom/jao-custom-org.el3
2 files changed, 5 insertions, 0 deletions
diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el
index 4cf3841..ec6c761 100644
--- a/custom/jao-custom-gnus.el
+++ b/custom/jao-custom-gnus.el
@@ -30,6 +30,8 @@
nndraft-directory (jao-gnus-dir "drafts")
nnrss-directory (jao-gnus-dir "rss"))
+(setq gnus-uncacheable-groups "^nnml")
+
;;; looks
;;;; verbosity
(setq gnus-verbose 4)
diff --git a/custom/jao-custom-org.el b/custom/jao-custom-org.el
index cd4ec25..f4e84a8 100644
--- a/custom/jao-custom-org.el
+++ b/custom/jao-custom-org.el
@@ -30,6 +30,9 @@
org-modules '(bibtex info eww eshell git-link)
org-odd-levels-only t
org-outline-path-complete-in-steps nil
+ org-persist-directory (jao-d-l
+ "~/Tmp/org-persist"
+ "/tmp/org-persist")
org-refile-allow-creating-parent-nodes 'confirm
org-refile-targets '((nil :maxlevel . 5)
(org-agenda-files :maxlevel . 5))