From f8e1b7d573ec350937a3c292433c7aaf62d6aa36 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 14 Mar 2023 14:59:24 +0100 Subject: org: Split up home.org into todo.org and inbox.org. --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")) -- cgit v1.2.3