summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-10-28 17:27:01 -0500
committerCraig Jennings <c@cjennings.net>2025-10-28 17:27:01 -0500
commitd6760a2f5a068981558e118bdc88a08d8b7fee08 (patch)
treeb8369fd7146188109bb66b84136f82df5f19906c /modules
parent5af4ba9c0f47099623994f69cf2edda80f12b5ce (diff)
chore:org-roam: Defer org-roam package loading by 1 second
This change defers the loading of the org-roam package by 1 second. This is a workaround to org-roam not loading soon enough after launch to have created the necessary capture templates. I'll fix that in an upcoming org-roam refactor session.
Diffstat (limited to 'modules')
-rw-r--r--modules/org-roam-config.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/org-roam-config.el b/modules/org-roam-config.el
index f78b68da..a6b42ce7 100644
--- a/modules/org-roam-config.el
+++ b/modules/org-roam-config.el
@@ -19,6 +19,7 @@
;; ---------------------------------- Org Roam ---------------------------------
(use-package org-roam
+ :defer 1
:commands (org-roam-node-find org-roam-node-insert org-roam-db-autosync-mode)
:config
;; Enable autosync mode after org-roam loads