diff options
author | Blaise Thompson <blaise@untzag.com> | 2019-03-17 21:09:22 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2019-03-17 21:09:22 -0500 |
commit | bfab5a4e382917435dd0ddcf626cb2815e2ddba3 (patch) | |
tree | 6621e6c4a285b5e3b70aeccfbdcbc3777c47eea6 | |
parent | 467f4c32f7f49cbe2d62a4f2f95e840f8d3e284d (diff) |
2019-03-17 21:09
-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 706ab2d..77bf895 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/agenda.org" "/home/blaise/org/anniversaries.org" "/home/blaise/org/repeat.org" "/home/blaise/org/todo.org" "/home/blaise/org/clocked.org"))) '(package-selected-packages (quote (helm-flyspell flycheck which-key helm-swoop evil-leader helm spaceline evil use-package)))) |