diff options
Diffstat (limited to 'custom/jao-custom-org.el')
| -rw-r--r-- | custom/jao-custom-org.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
