From d878a0353ba8cec87df4f79d59864c92b1ea4cea Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 9 Jan 2025 14:47:28 -0800 Subject: add public agenda --- config/emacs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/emacs.el') diff --git a/config/emacs.el b/config/emacs.el index 4eba87a..b242e7d 100644 --- a/config/emacs.el +++ b/config/emacs.el @@ -118,7 +118,8 @@ (require 'org-habit) (setq org-agenda-files (list "~/org/agenda.org" - "~/org/notes.org")) + "~/org/notes.org" + "~/org/website/agenda.org")) (setq org-default-notes-file (concat org-directory "/notes.org")) (setq org-habit-preceding-days 1) -- cgit