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

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

[nongnu] elpa/org-auto-tangle 1811863eb7 3/6: Add autoload cookie for la


From: ELPA Syncer
Subject: [nongnu] elpa/org-auto-tangle 1811863eb7 3/6: Add autoload cookie for lazy loading
Date: Thu, 30 Jun 2022 07:58:49 -0400 (EDT)

branch: elpa/org-auto-tangle
commit 1811863eb7293723e1b052f63244d70e8daa987b
Author: Shohei YOSHIDA <syohex@gmail.com>
Commit: Shohei YOSHIDA <syohex@gmail.com>

    Add autoload cookie for lazy loading
---
 org-auto-tangle.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/org-auto-tangle.el b/org-auto-tangle.el
index 0c1002d2eb..4edeefafe0 100644
--- a/org-auto-tangle.el
+++ b/org-auto-tangle.el
@@ -104,6 +104,7 @@ Tangle will happen depending on the value of
                         org-auto-tangle-default)))
       (org-auto-tangle-async (buffer-file-name)))))
 
+;;;###autoload
 (define-minor-mode org-auto-tangle-mode
   "Automatically tangle org-mode files with the option #+auto_tangle: t."
   :lighter " org-a-t"



reply via email to

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