[emacs] Use correct agenda files path
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user