branch: elpa/org-auto-tangle
commit 1811863eb7293723e1b052f63244d70e8daa987b
Author: Shohei YOSHIDA <syo...@gmail.com>
Commit: Shohei YOSHIDA <syo...@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