From f6186a16d2c58761eae93bd8e522d63b0fe01f8f Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 6 Jun 2022 06:33:18 -0400 Subject: [PATCH] emacs: Fix timer confusion --- doom.d/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom.d/config.org b/doom.d/config.org index 4132773..c092af5 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -250,7 +250,7 @@ Setup some basic cosmetic improvements ;; Update the timer, first canceling the old one (when nm/org-agenda-update-timer (cancel-timer nm/org-agenda-update-timer)) - (setq nm/org-agenda-update-timer (run-with-timer 60 nil 'nm/org-agenda-update-timer))) + (setq nm/org-agenda-files-timer (run-with-timer 60 nil 'nm/update-org-agenda-files))) (after! org ;; Set the agenda files on first start