Use custom-set-variable vs setq

This commit is contained in:
Benson Chu 2022-06-29 07:57:24 -05:00
parent 2554c2ff15
commit ebd381713a

View file

@ -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")