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

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

[nongnu] elpa/org-auto-tangle bc52a01c7e 5/6: Merge pull request #19 fro


From: ELPA Syncer
Subject: [nongnu] elpa/org-auto-tangle bc52a01c7e 5/6: Merge pull request #19 from syohex/autoload
Date: Thu, 30 Jun 2022 07:58:50 -0400 (EDT)

branch: elpa/org-auto-tangle
commit bc52a01c7e23bec1941d2b63f39e7c1162b642e4
Merge: 8fb0fdbe2a 1811863eb7
Author: lispy-dobby <yilkalargawworkneh@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #19 from syohex/autoload
    
    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 8c2f304911..a42657bdee 100644
--- a/org-auto-tangle.el
+++ b/org-auto-tangle.el
@@ -107,6 +107,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]