diff options
author | Blaise Thompson <blaise@untzag.com> | 2020-10-13 09:17:04 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2020-10-13 09:17:04 -0500 |
commit | 00f1382b88f462157e30e8d528098121a880d094 (patch) | |
tree | 3d52aedc178ae72648cc4b2572fc33c55b7b696d /emacs | |
parent | c917fd3dadbf85505d946c62faeef45b577908c6 (diff) |
2020-10-13 09:17
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index 59d7d22..ac1d0fe 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -12,7 +12,7 @@ ("account" "%(binary) -f %(ledger-file) reg %(account)")))) '(org-agenda-files (quote - ("/home/blaise/org/"))) + ("/home/blaise/org/agenda.org" "/home/blaise/org/anniversaries.org" "/home/blaise/org/repeat.org" "/home/blaise/org/todo.org"))) '(org-capture-templates (quote (("c" "Contact" entry |