Skip to content

Commit

Permalink
I don't remember why I have this here
Browse files Browse the repository at this point in the history
  • Loading branch information
glasserc committed Feb 15, 2023
1 parent 2f94444 commit 8b77900
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dot/emacs.d/lisp/modes/ethan-org.el
Expand Up @@ -112,12 +112,16 @@
(defvar org-project-org-files
(file-expand-wildcards "~/src/*/org-files/*.org")
"Org files specific to a project.")
(defvar org-other-org-files
'("~/Documents/finances/README.org")
"Other files that may be present on a machine.")

(setq org-agenda-files
(append
org-employer-org-files
org-project-org-files
(seq-map #'org-personal-org-files-make-absolute org-personal-org-files-for-agenda)
org-other-org-files
))
(setq org-all-org-files
(append
Expand Down

0 comments on commit 8b77900

Please sign in to comment.