branch: elpa/org-auto-tangle
commit 9d47eabdc5a3feb5c8d867890ce7a1125b4ca7ac
Author: lispy-dobby <[email protected]>
Commit: GitHub <[email protected]>
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