]> git.earman.xyz Git - emacsinit.git/commitdiff
Add this file to org-agenda-list
authorrearman <rearman@r717.net>
Mon, 11 May 2026 15:27:56 +0000 (11:27 -0400)
committerrearman <rearman@r717.net>
Mon, 11 May 2026 15:27:56 +0000 (11:27 -0400)
config.org

index 8aaf5b517732af5a61826881d2d5e8c37787d5ec..33ad7414eb6f59b902875b1174f8aeb0d09b54c4 100644 (file)
@@ -278,7 +278,8 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett
 (add-hook 'org-agenda-mode-hook #'hl-line-mode)
 
 (setq org-agenda-files (append '("~/org/")
-                        (file-expand-wildcards "~/projects/*/"))
+                        (file-expand-wildcards "~/projects/*/")
+                        (file-expand-wildcards "~/.emacs.d/config.org"))
       org-refile-targets '((nil :maxlevel . 9)
                           (org-agenda-files :maxlevel . 9))
       org-refile-use-outline-path 'file