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

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

[nongnu] elpa/org-auto-tangle 6c0786d863 14/56: modified the readme to r


From: ELPA Syncer
Subject: [nongnu] elpa/org-auto-tangle 6c0786d863 14/56: modified the readme to reflect the changes
Date: Mon, 6 Jun 2022 11:58:52 -0400 (EDT)

branch: elpa/org-auto-tangle
commit 6c0786d863e215deccbe22d0ef92cc62289a5c67
Author: Unknown <domatropic@localhost.localdomain>
Commit: Unknown <domatropic@localhost.localdomain>

    modified the readme to reflect the changes
---
 README.org | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/README.org b/README.org
index c605375554..ea105d00d1 100644
--- a/README.org
+++ b/README.org
@@ -11,16 +11,19 @@ emacs session.
 
 * USAGE 
 
-Simply require the package in you emacs init.
+Simply require the package in you emacs init and hook it into org-mode.
 
 #+begin_src 
+
 (require 'org-auto-tangle)
+
+(add-hook 'org-mode-hook (org-auto-tangle-mode t))
+
 #+end_src
 
-You can turn this behaviour on and off though the
-~org-auto-tangle-tangle-on-save~  variable. If the value is non nil it
-is on it will try to automatically tangle your org files if they
-contain a non nil value for the ~#+auto_tangle:~ option.
+If the minor mode is on, it will try to automatically tangle
+your org files if they contain a non nil value for the
+~#+auto_tangle:~ option.
 
 * License
 



reply via email to

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