From 0a6090a67b750c49b17fa9df52f0cd9ecdfd1957 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Wed, 24 Feb 2021 18:13:31 -0600 Subject: 2021-02-24 18:13 --- emacs/init.el | 5 +---- 1 file changed, 1 insertion(+), 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") -- cgit v1.2.3