summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 59d7d22..0366c13 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -10,9 +10,6 @@
("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/")))
'(org-capture-templates
(quote
(("c" "Contact" entry
@@ -134,7 +131,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/"))
+(setq org-agenda-files '("~/org/" "~/projects"))
(setq org-agenda-span 1)
(setq org-agenda-start-with-log-mode t)
(setq org-agenda-start-day "0d")