From 8a9b9d83d17ccd59bbefe2da3cd2e79c0d363025 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Sun, 26 Mar 2023 08:26:45 -0400 Subject: Improvements to org-mode and performance --- lisp/org-custom.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'lisp/org-custom.el') diff --git a/lisp/org-custom.el b/lisp/org-custom.el index 9b60cf6..ea826bd 100644 --- a/lisp/org-custom.el +++ b/lisp/org-custom.el @@ -59,9 +59,12 @@ (flyspell-mode 1) ) -(custom-set-variables - '(org-directory "~/OrgRoam") - '(org-agenda-files (list org-directory))) +(setq org-directory "~/OrgRoam") + +(setq org-agenda-files '("~/OrgRoam" "~/OrgRoam/daily")) + +;(setq org-agenda-files +; (find-lisp-find-files "~/OrgRoam" "\.org$")) (setq org-todo-keywords '((sequence "TODO" "PROGRESS" "VERIFY" "|" "DONE" "ABANDONED"))) -- cgit v1.2.1