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

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

[nongnu] elpa/org-auto-tangle 9d47eabdc5 26/56: removed trailing bracket


From: ELPA Syncer
Subject: [nongnu] elpa/org-auto-tangle 9d47eabdc5 26/56: removed trailing bracket
Date: Mon, 6 Jun 2022 11:58:53 -0400 (EDT)

branch: elpa/org-auto-tangle
commit 9d47eabdc5a3feb5c8d867890ce7a1125b4ca7ac
Author: lispy-dobby <yilkalargawworkneh@gmail.com>
Commit: GitHub <noreply@github.com>

    removed trailing bracket
---
 README.org | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.org b/README.org
index ee147f307b..0599c6deac 100644
--- a/README.org
+++ b/README.org
@@ -28,8 +28,7 @@ or you can use use-package
 (use-package org-auto-tangle
   :load-path "site-lisp/org-auto-tangle/"    ;; this line is necessary only if 
you cloned the repo in your site-lisp directory 
   :defer t
-  :hook (org-mode . org-auto-tangle-mode)
-  )
+  :hook (org-mode . org-auto-tangle-mode))
 
 #+end_src
 



reply via email to

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