diff options
Diffstat (limited to 'config/emacs.org')
-rw-r--r-- | config/emacs.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/emacs.org b/config/emacs.org index 18841ab..2010d2c 100644 --- a/config/emacs.org +++ b/config/emacs.org @@ -147,7 +147,8 @@ Configure org agenda variables: #+begin_src emacs-lisp (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) #+end_src |