From 890793c09485888f3cc831b703a09a4f13ec1170 Mon Sep 17 00:00:00 2001 From: Jeffrey Serio Date: Tue, 4 Feb 2025 22:41:36 -0600 Subject: [PATCH] uPdAtE dA dOtS --- doom/.doom.d/config.el | 3 ++- doom/.doom.d/packages.el | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doom/.doom.d/config.el b/doom/.doom.d/config.el index 5830f85..bbea760 100644 --- a/doom/.doom.d/config.el +++ b/doom/.doom.d/config.el @@ -203,8 +203,9 @@ If point was already at that position, move point to beginning of line." (setq org-refile-targets `((("~/sync/org/inbox.org" + "~/sync/org/archiving.org" "~/sync/org/computing.org" - "~/sync/org/todos.org") + "~/sync/org/reading.org") . (:maxlevel . 5)))) ;; org-todo-keywords diff --git a/doom/.doom.d/packages.el b/doom/.doom.d/packages.el index 471ee65..13392f4 100644 --- a/doom/.doom.d/packages.el +++ b/doom/.doom.d/packages.el @@ -23,6 +23,7 @@ (package! just-mode) (package! license-templates) (package! nushell-mode :recipe (:host github :repo "mrkkrp/nushell-mode")) +(package! org-timeblock) (unpin! org-roam) (package! org-roam) (package! org-roam-ui)