diff --git a/lisp/org-config/my-org-agenda-files.el b/lisp/org-config/my-org-agenda-files.el index 1263489..a861e55 100644 --- a/lisp/org-config/my-org-agenda-files.el +++ b/lisp/org-config/my-org-agenda-files.el @@ -49,12 +49,15 @@ (defconst my/aux-refile-files `(,(my/agenda-file "vrchat_things.org"))) -(setq org-agenda-files - `(,(my/agenda-file "plan.org") - ,(my/agenda-file "refile.org") - ,(my/agenda-file "sandbox.org") - ,(my/agenda-file "dev.org") - ,(my/agenda-file "prod.org"))) +(custom-set-variables + `(org-agenda-files + '(,(my/agenda-file "plan.org") + ,(my/agenda-file "refile.org") + ,(my/agenda-file "today.org") + ,(my/agenda-file "sandbox.org") + ,(my/agenda-file "dev.org") + ,(my/agenda-file "prod.org")))) + (defconst my/all-agenda-files (cons (my/agenda-file "eternal.org")