From 74717433c7e0d47c24f1ecf738599c32c9176f92 Mon Sep 17 00:00:00 2001 From: Frederik Vanrenterghem Date: Mon, 2 Sep 2024 21:50:46 +0800 Subject: [PATCH] Set up an initial org-agenda-files list. --- emacs/.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 0e6bd9d..999e152 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -73,6 +73,7 @@ vc-follow-symlinks t ("C-c l" . org-store-link)) :custom (org-default-notes-file "~/Nextcloud/notes/inbox.org") + (org-agenda-files `(,org-default-notes-file)) (org-capture-bookmark nil) ;; Capture templates (org-capture-templates -- 2.39.5