[emacs] Use correct agenda files path

This commit is contained in:
2023-01-03 12:59:07 -05:00
parent f61f8b2d76
commit 42b9117546

View File

@ -205,7 +205,7 @@ a serif font when Im writing a lot of words.
(after! org
(setq org-directory (expand-file-name "~/var/org/")
org-agenda-files (file-expand-wildcards "~/var/org/index.org")
org-agenda-files (append '("~/var/org"))
org-ellipsis ""
org-image-actual-width '(600)
org-fontify-quote-and-verse-blocks t