Remove roam/daily from org-agenda-files

This commit is contained in:
Evie Litherland-Smith 2023-10-20 16:51:55 +01:00
parent e8f6a065bd
commit 54bcb66a8d

View file

@ -134,7 +134,7 @@
;; Org-mode settings
(after! org
(setq org-agenda-sticky t)
(setq org-agenda-files '("~/Org/" "~/Org/roam/daily/"))
(setq org-agenda-files '("~/Org/"))
(setq org-agenda-prefix-format
'((agenda . " %i %-12:c%-12t")
(todo . " %i %-24:c")