emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/embark 577ac93718 1/6: Auto load Embark integration


From: ELPA Syncer
Subject: [elpa] externals/embark 577ac93718 1/6: Auto load Embark integration
Date: Mon, 28 Nov 2022 18:57:34 -0500 (EST)

branch: externals/embark
commit 577ac93718d3021767038130dff5697310293675
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]