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

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

[elpa] externals/consult-recoll d46470c64d 20/50: readme tweaks


From: ELPA Syncer
Subject: [elpa] externals/consult-recoll d46470c64d 20/50: readme tweaks
Date: Sat, 6 Aug 2022 18:57:41 -0400 (EDT)

branch: externals/consult-recoll
commit d46470c64d3b24befa7dd439991a8aa547b18255
Author: jao <jao@gnu.org>
Commit: jao <jao@gnu.org>

    readme tweaks
---
 readme.org | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

diff --git a/readme.org b/readme.org
index 24f909901b..27da00ef91 100644
--- a/readme.org
+++ b/readme.org
@@ -10,17 +10,22 @@ path.
   - See also the associated customization group for ways to tweak the
     command's behaviour (e.g., how the selected candidate is visited).
 
-~consult-recoll~ builds on the asychronous logic inside =consult.el=, so
-you can use consult's handy 
[[https://github.com/minad/consult#asynchronous-search][two-level filtering]], 
which allows
-searching over the results of a query. For example, if you start
-typing
+* Tips
 
-    #goedel's theorem
+*** Two-level filtering
 
-see a bunch of results, and want to narrow them to those lines
-matching, say, "hofstadter", you can type ~#~ (which stops further
-recoll queries) followed by the term you're interested in:
+    ~consult-recoll~ builds on the asychronous logic inside =consult.el=,
+    so you can use consult's handy 
[[https://github.com/minad/consult#asynchronous-search][two-level filtering]], 
which allows
+    searching over the results of a query. For example, if you start
+    typing
 
-   #goedel's theorem#hofstadter
+          #goedel's theorem
 
-at which point only matches containing "hofstadter" will be offered.
+    see a bunch of results, and want to narrow them to those lines
+    matching, say, "hofstadter", you can type ~#~ (which stops further
+    recoll queries) followed by the term you're interested in:
+
+          #goedel's theorem#hofstadter
+
+    at which point only matches containing "hofstadter" will be
+    offered.



reply via email to

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