diff options
author | Blaise Thompson <blaise@untzag.com> | 2020-10-13 08:21:47 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2020-10-13 08:21:47 -0500 |
commit | c917fd3dadbf85505d946c62faeef45b577908c6 (patch) | |
tree | 459347a849a76c9a1c1186cc2182a468370f39b7 | |
parent | 50e2cd9fbc258100626fbffc99e5d7f5449270e0 (diff) |
2020-10-13 08:21
-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 07f80cf..59d7d22 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/agenda.org" "/home/blaise/org/anniversaries.org" "/home/blaise/org/repeat.org" "/home/blaise/org/todo.org" "/home/blaise/org/projects/"))) + ("/home/blaise/org/"))) '(org-capture-templates (quote (("c" "Contact" entry |