branch: externals/denote
commit cdb7f554f28ba77f9c46e84c32fe9b0af50970dd
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Remove extra parenthesis from sample configuration
Thanks to Ypon for reporting it:
<https://github.com/protesilaos/denote/issues/1#issuecomment-1153858068>.
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index d6dfe839fb..610e5c5ee9 100644
--- a/README.org
+++ b/README.org
@@ -888,7 +888,7 @@ Everything is in place to set up the package.
:no-save t
:immediate-finish nil
:kill-buffer t
- :jump-to-captured t))))
+ :jump-to-captured t)))
#+end_src
* Acknowledgements