Do not show archive files in agenda: faster agenda

This commit is contained in:
Thomas Dehaeze 2020-11-25 12:19:20 +01:00
parent 4f4585a226
commit ed780e17c6

View File

@ -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)