summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el5
1 files changed, 4 insertions, 1 deletions
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)
)