[ivy] Fix new src block in docs
This commit is contained in:
parent
03ab15ed36
commit
44078aaebc
1 changed files with 4 additions and 3 deletions
|
@ -148,9 +148,10 @@ app if found. To pass parameters to =ripgrep= use double dash then everything
|
|||
after it is treated as parameters for search app.
|
||||
|
||||
For example:
|
||||
#+begin_src
|
||||
phrase I want to search -- -tlisp
|
||||
#+end_src
|
||||
#+BEGIN_SRC
|
||||
phrase I want to search -- -t lisp
|
||||
#+END_SRC
|
||||
|
||||
will search only on lisp files.
|
||||
|
||||
Commands available while browsing the search result:
|
||||
|
|
Reference in a new issue