Skip to content

Commit

Permalink
feat: Update org agenda files
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Sep 12, 2023
1 parent c509699 commit 61486c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config.el
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,11 @@
org-roam-db-location (concat org-directory ".org-roam.db")
org-roam-dailies-directory "journal/"
org-archive-location (concat org-directory ".archive/%s::")
org-agenda-files (list org-directory))
+org-capture-todo-file (concat org-directory "life/todo.org")
+org-capture-projects-file (concat org-directory "life/projects.org")
;; Agenda
org-agenda-files (list (concat org-directory "life/"))
org-agenda-skip-additional-timestamps-same-entry t)

(after! org
(setq org-startup-folded 'show2levels
Expand Down

0 comments on commit 61486c2

Please sign in to comment.