branch: externals/embark
commit 577ac93718d3021767038130dff5697310293675
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Auto load Embark integration
---
embark.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/embark.el b/embark.el
index 76af12670a..3d8619ea90 100644
--- a/embark.el
+++ b/embark.el
@@ -4299,4 +4299,7 @@ library, which have an obvious notion of associated
directory."
(unless (require 'embark-consult nil 'noerror)
(warn "The package embark-consult should be installed if you use both
Embark and Consult")))
+(with-eval-after-load 'org
+ (require 'embark-org))
+
;;; embark.el ends here