branch: externals/embark
commit 4af269d9e3f018375fa02b6f1ee010dfbd0de8ce
Author: Omar Antolín <omar.anto...@gmail.com>
Commit: Omar Antolín <omar.anto...@gmail.com>

    Add autoload for org-attach-dir
---
 embark-org.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/embark-org.el b/embark-org.el
index 7afb775248..73fe1a1ce6 100644
--- a/embark-org.el
+++ b/embark-org.el
@@ -233,6 +233,8 @@
 ;; slightly more complex design allows both whole-link and inner
 ;; target actions to work without cycling.
 
+(autoload 'org-attach-dir "org-attach")
+
 (defun embark-org--refine-link-type (_type target)
   "Refine link type if we have more specific actions available."
   (when (string-match org-link-any-re target)

Reply via email to