From: rush Date: Fri, 7 Aug 2026 14:34:11 +0000 (-0400) Subject: Update location of ignition project files X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=28823406162c551509aa4c9100d44fba0926d181;p=emacsinit.git Update location of ignition project files --- 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@)")