diff options
author | Blaise Thompson <blaise@untzag.com> | 2019-02-17 22:22:26 -0600 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2019-02-17 22:22:26 -0600 |
commit | 467f4c32f7f49cbe2d62a4f2f95e840f8d3e284d (patch) | |
tree | 4144ef2ffec934016583db6f1ea6d8ae1e3a8703 | |
parent | e45409bef3a883f2daa114667135e717de611dde (diff) |
2019-02-17 22:22
-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 adb1288..706ab2d 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/wright/PbSe.org" "/home/blaise/org/wright/PyCMDS.org" "/home/blaise/org/wright/WrightTools.org" "/home/blaise/org/wright/cobalamin.org" "/home/blaise/org/wright/todo.org"))) + ("/home/blaise/org/agenda.org" "/home/blaise/org/anniversaries.org" "/home/blaise/org/repeat.org" "/home/blaise/org/todo.org"))) '(package-selected-packages (quote (helm-flyspell flycheck which-key helm-swoop evil-leader helm spaceline evil use-package)))) |