From 28823406162c551509aa4c9100d44fba0926d181 Mon Sep 17 00:00:00 2001 From: rush Date: Fri, 7 Aug 2026 10:34:11 -0400 Subject: [PATCH] Update location of ignition project files --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index d8adc8d..df165a6 100644 --- a/init.el +++ b/init.el @@ -220,7 +220,7 @@ ;; Agenda settings (setq org-agenda-files (append '("~/org/") - (file-expand-wildcards "~/projects/*/")) + (file-expand-wildcards "~/ignition/*/")) org-refile-targets '((nil :maxlevel . 9) (org-agenda-files :maxlevel . 9)) org-todo-keywords '((sequence "TODO(t)" "WAITING(w@)" "|" "DONE(d)" "BELAYED(b@)" "GIVEN(g@)") -- 2.39.5