aboutsummaryrefslogtreecommitdiff
path: root/config/emacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'config/emacs.el')
-rw-r--r--config/emacs.el3
1 files changed, 2 insertions, 1 deletions
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)