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

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

[elpa] externals/embark 4af269d9e3 3/5: Add autoload for org-attach-dir


From: ELPA Syncer
Subject: [elpa] externals/embark 4af269d9e3 3/5: Add autoload for org-attach-dir
Date: Sun, 30 Oct 2022 09:57:35 -0400 (EDT)

branch: externals/embark
commit 4af269d9e3f018375fa02b6f1ee010dfbd0de8ce
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@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

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