Parcourir la source

[emacs] Use correct agenda files path

Colin Powell il y a 2 ans
Parent
commit
42b9117546
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      emacs/.config/doom/config.org

+ 1 - 1
emacs/.config/doom/config.org

@@ -205,7 +205,7 @@ a serif font when I’m 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