Explorar el Código

[emacs] Use correct agenda files path

Colin Powell hace 2 años
padre
commit
42b9117546
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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