summaryrefslogtreecommitdiffstats
path: root/myinit.org
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-10-27 19:18:59 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-10-27 19:18:59 +0100
commite417544faeb59bd173a43147737d7214d8ac9bdc (patch)
treef554d9ddd51034a80881b6605cd853c8b65d8a45 /myinit.org
parent077e6b9806f45d090c9ec021207549901fd815a4 (diff)
Some org changes - adding journal to agenda, etc
Diffstat (limited to 'myinit.org')
-rw-r--r--myinit.org5
1 files changed, 2 insertions, 3 deletions
diff --git a/myinit.org b/myinit.org
index 4b68c1d..8623be8 100644
--- a/myinit.org
+++ b/myinit.org
@@ -41,12 +41,11 @@ Some agenda configuration.
(setq org-directory "~/org")
(setq org-agenda-files (quote ("~/org/home.org"
"~/org/projects.org"
+ "~/org/journal.org"
"~/org/work.org"
"~/org/notes.org"
"~/org/habits.org"
- "~/org/calendar/cal.org"
- "~/org/calendar/home-cal.org"
- "~/org/calendar/work-cal.org")))
+ "~/org/calendar/cal.org")))
(setq org-default-notes-file (concat org-directory "/notes.org"))
(setq org-agenda-window-setup 'current-window)
(setq org-agenda-start-with-log-mode t)