Browse Source

[emacs] Use correct agenda files path

Colin Powell 2 năm trước cách đây
mục cha
commit
42b9117546
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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