branch: externals/denote
commit 7597329a62efc7b0446c3640ffcbe0e91931aa19
Author: Stefan Thesing <[email protected]>
Commit: Stefan Thesing <[email protected]>
Fix minor typo in README.org
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index ee0c76d112..a81df43ed3 100644
--- a/README.org
+++ b/README.org
@@ -2228,7 +2228,7 @@ to preview the currently selected entry and to filter
searches via a
prefix key. For example:
#+begin_src emacs-lisp
-(setq consult-notes-filhe-dir-sources
+(setq consult-notes-file-dir-sources
`(("Denote Notes" ?d ,(denote-directory))
("Books" ?b "~/Documents/books/")))
#+end_src