From 639fabe62dad8f52fc0f4a435ed0170c89624433 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 7 Dec 2025 13:49:16 +0000 Subject: nits --- custom/jao-custom-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/jao-custom-org.el') diff --git a/custom/jao-custom-org.el b/custom/jao-custom-org.el index 45c2aee..e73a99b 100644 --- a/custom/jao-custom-org.el +++ b/custom/jao-custom-org.el @@ -154,7 +154,7 @@ :after-finalize jao-org-after-capture-hook))) (org-capture-upgrade-templates org-capture-templates)) -(jao-org-capture-templates "inbox.org") +(with-eval-after-load "org-capture" (jao-org-capture-templates "inbox.org")) ;;; MIME and file apps (setq org-file-apps -- cgit v1.2.3