From: Frederik Vanrenterghem Date: Mon, 2 Sep 2024 13:50:46 +0000 (+0800) Subject: Set up an initial org-agenda-files list. X-Git-Url: http://git.vanrenterghem.biz/Dotty.git/commitdiff_plain/74717433c7e0d47c24f1ecf738599c32c9176f92 Set up an initial org-agenda-files list. --- 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