From f9f50183244b991113df446ed2febeb9ec40f9d5 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 9 Jan 2022 12:05:01 -0500 Subject: [PATCH] [emacs] Update agenda files for 2022 --- emacs/.config/doom/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.config/doom/config.org b/emacs/.config/doom/config.org index 5794400..12b8894 100644 --- a/emacs/.config/doom/config.org +++ b/emacs/.config/doom/config.org @@ -210,7 +210,7 @@ a serif font when I’m writing a lot of words. (after! org (run-with-idle-timer 300 t (lambda () ((save-window-excursion org-agenda) nil "a")) ) (setq org-directory (expand-file-name "~/var/org/") - org-agenda-files (file-expand-wildcards "~/var/org/2021-*") + org-agenda-files (file-expand-wildcards "~/var/org/2022-*") org-pretty-entities t org-agenda-dim-blocked-tasks nil org-log-done 'time