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

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

[nongnu] elpa/org-auto-tangle 817e41897b 20/56: moved trailing bracket


From: ELPA Syncer
Subject: [nongnu] elpa/org-auto-tangle 817e41897b 20/56: moved trailing bracket
Date: Mon, 6 Jun 2022 11:58:52 -0400 (EDT)

branch: elpa/org-auto-tangle
commit 817e41897b0e0876fc6139155362caa200254bbe
Author: lispy-dobby <yilkalargawworkneh@gmail.com>
Commit: lispy-dobby <yilkalargawworkneh@gmail.com>

    moved trailing bracket
---
 org-auto-tangle.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/org-auto-tangle.el b/org-auto-tangle.el
index d957f1854c..df531e9d22 100644
--- a/org-auto-tangle.el
+++ b/org-auto-tangle.el
@@ -83,8 +83,7 @@
   "Check if the #+auto_tangle option exists and call org-auto-tangle-async if 
it exists."
   (when (and (org-auto-tangle-find-value (current-buffer))
             (not (string= (org-auto-tangle-find-value(current-buffer)) "nil")))
-    (org-auto-tangle-async (buffer-file-name)))
-  )
+    (org-auto-tangle-async (buffer-file-name))))
 
 (define-minor-mode org-auto-tangle-mode
   "Automatically tangle org-mode files with the option #+auto_tangle: t."



reply via email to

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