branch: externals/consult commit 2a6f8027186e3ca209cf910ad53e90b2c4ba20dd Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
README: Minor cleanup --- README.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 2b11208182..724a0c9796 100644 --- a/README.org +++ b/README.org @@ -256,10 +256,10 @@ their descriptions. =filter-string= is passed to the /fast/ Emacs filtering to further narrow down the list of matches. This is particularly useful if you are using an advanced completion style like orderless. =consult-grep= supports preview. If the - =consult-project-root-function= is [[#use-package-example][configured]] and returns non-nil, =consult-grep= - searches the current project directory. Otherwise the =default-directory= is - searched. If =consult-grep= is invoked with prefix argument =C-u M-s g=, you can - specify the directory manually. + =consult-project-root-function= returns non-nil, =consult-grep= searches the + current project directory. Otherwise the =default-directory= is searched. If + =consult-grep= is invoked with prefix argument =C-u M-s g=, you can specify the + directory manually. - =consult-find=, =consult-locate=: Find file by matching the path against a regexp. Like for =consult-grep,= either the project root or the current directory is the root directory for the search. The input