diff options
| author | Blaise Thompson <blaise@untzag.com> | 2018-12-16 21:33:04 -0600 | 
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2018-12-16 21:33:04 -0600 | 
| commit | 34a2e1cb7536d51ca85ce70ac2372b8b2e33fa29 (patch) | |
| tree | 159b642df0897278d3e63d83a1988cba0be378f1 /emacs | |
| parent | ae8b112471a69f34b4c2580fecbb3df3fae77710 (diff) | |
2018-12-16 21:33
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/init.el | 5 | 
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)    ) | 
