branch: externals/denote
commit e841a51ca785ad4451a7999ab0f9ef033fac7b74
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Fix typo
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 344201693d..a114496e4e 100644
--- a/README.org
+++ b/README.org
@@ -522,7 +522,7 @@ Or we would rather use another character instead of 
hyphens, such as the
 equals sign:
 
 #+begin_src emacs-lisp
-(setq denote-text-front-matter-delimiter (make-string 27 ?+))
+(setq denote-text-front-matter-delimiter (make-string 27 ?=))
 #+end_src
 
 Remember that this is for advanced users.  If you want to see changes

Reply via email to