diff options
| author | Blaise Thompson <blaise@untzag.com> | 2020-10-13 09:18:23 -0500 | 
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2020-10-13 09:18:23 -0500 | 
| commit | 7534913cd8c63462ca0b1e3e198d54cc476e1b1e (patch) | |
| tree | 459347a849a76c9a1c1186cc2182a468370f39b7 /emacs | |
| parent | 00f1382b88f462157e30e8d528098121a880d094 (diff) | |
2020-10-13 09:18
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 ac1d0fe..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/")))   '(org-capture-templates     (quote      (("c" "Contact" entry | 
