summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.org b/init.org
index 21d9fdb..ccfcf4e 100644
--- a/init.org
+++ b/init.org
@@ -337,7 +337,8 @@ This is my org mode configuration. Much of it is in one big blob and I haven’
(setq org-agenda-files (mapcar (lambda (x) (concat org-directory x))
(list "/master.org"
"/email.org"
- "/home.org"
+ "/todo.org"
+ "/inbox.org"
"/birthdays.org")))
(setq org-default-notes-file (concat org-directory "/notes.org"))