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

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

[elpa] externals/denote 3d3b1d3d50 2/2: Merge pull request #70 from mcle


From: ELPA Syncer
Subject: [elpa] externals/denote 3d3b1d3d50 2/2: Merge pull request #70 from mclearc/main
Date: Mon, 1 Aug 2022 12:57:27 -0400 (EDT)

branch: externals/denote
commit 3d3b1d3d507e26796f6e39e0b5ec3fdab7af5a60
Merge: fc5626d0da 606e43fd8b
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #70 from mclearc/main
    
    Revise README for consult-notes & denote
---
 README.org | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 11bdfc7400..4e67b77f6c 100644
--- a/README.org
+++ b/README.org
@@ -1343,7 +1343,7 @@ will probably like its =consult-notes= extension.  It 
uses the familiar
 mechanisms of Consult to filter searches via a prefix key.  For example:
 
 #+begin_src emacs-lisp
-(setq consult-notes-data-dirs
+(setq consult-notes-sources
       `(("Notes"  ?n ,denote-directory)
         ("Books"  ?b "~/Documents/books")))
 #+end_src
@@ -1352,6 +1352,11 @@ With the above, =M-x consult-notes= will list the files 
in those two
 directories.  If you type =n= and space, it narrows the list to just the
 notes, while =b= does the same for books.
 
+To search all your notes with grep (or ripgrep if installed -- see
+=consult-notes-use-rg= variable) use the command
+=consult-notes-search-in-all-notes=. This will employ grep/ripgrep for 
searching
+terms in all the directories set in =consult-notes-sources=.
+
 Note that =consult-notes= is in its early stages of development.  Expect
 improvements in the near future (written on 2022-06-22 16:48 +0300).
 



reply via email to

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