From ed780e17c61396367bdd20068a2e6526ceb08cc8 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Wed, 25 Nov 2020 12:19:20 +0100 Subject: [PATCH] Do not show archive files in agenda: faster agenda --- doom.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom.org b/doom.org index 4e215db..a551b56 100644 --- a/doom.org +++ b/doom.org @@ -475,7 +475,7 @@ General configuration (setq org-agenda-files (list "~/Cloud/org/")) ;; Include archived files - (setq org-agenda-archives-mode t) + (setq org-agenda-archives-mode nil) ;; Set priority range from A to C with default A (setq org-highest-priority ?A)