From 34a2e1cb7536d51ca85ce70ac2372b8b2e33fa29 Mon Sep 17 00:00:00 2001
From: Blaise Thompson <blaise@untzag.com>
Date: Sun, 16 Dec 2018 21:33:04 -0600
Subject: 2018-12-16 21:33

---
 emacs/init.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'emacs')

diff --git a/emacs/init.el b/emacs/init.el
index e2a9246..1a0a300 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -10,6 +10,9 @@
      ("reg" "%(binary) -f %(ledger-file) reg")
      ("payee" "%(binary) -f %(ledger-file) reg @%(payee)")
      ("account" "%(binary) -f %(ledger-file) reg %(account)"))))
+ '(org-agenda-files
+   (quote
+    ("/home/blaise/org/agenda.org" "/home/blaise/org/anniversaries.org" "/home/blaise/org/ideas.org" "/home/blaise/org/notes.org" "/home/blaise/org/osfclient.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")))
  '(package-selected-packages
    (quote
     (helm-flyspell flycheck which-key helm-swoop evil-leader helm spaceline evil use-package))))
@@ -114,7 +117,7 @@
   (setq org-id-locations-file "~/.emacs.d/.org-id-locations")
   (setq org-brain-visualize-default-choices 'all)
   (setq org-brain-title-max-length 12)
-  (setq org-agenda-files '("~/org/" "~/org/wright/" "~/org/madison/"))
+  (setq org-agenda-files '("~/org/"))
   (setq org-agenda-span 30)
   (setq org-agenda-window-setup 'only-window)
   )
-- 
cgit v1.2.3