diff options
author | Blaise Thompson <blaise@untzag.com> | 2021-02-24 18:13:31 -0600 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2021-02-24 18:13:31 -0600 |
commit | 0a6090a67b750c49b17fa9df52f0cd9ecdfd1957 (patch) | |
tree | eb940a51f1d24b4054967543a6373bf1591f5302 | |
parent | dcba6f27b2af50231270a09908bf287ab8104454 (diff) |
-rw-r--r-- | emacs/init.el | 5 |
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") |