setting correct org/agenda folders

This commit is contained in:
Andrew Davidson 2023-03-12 07:27:56 -07:00
parent 633063dfab
commit 15bac5878d
Signed by: amd
GPG key ID: F1199FC0A76BB402

View file

@ -40,7 +40,8 @@
;; If you use `org' and don't want your org files in the default location below, ;; If you use `org' and don't want your org files in the default location below,
;; change `org-directory'. It must be set before org loads! ;; change `org-directory'. It must be set before org loads!
(setq org-directory "~/org/") (setq org-directory "~/Nextcloud/org/")
(setq org-agenda-files '("~/Nextcloud/org/todo"))
;; Whenever you reconfigure a package, make sure to wrap your config in an ;; Whenever you reconfigure a package, make sure to wrap your config in an