Skip to content

Commit

Permalink
Mention projectile-ripgrep in the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Sep 30, 2021
1 parent 4ff6472 commit 318f22b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -5480,8 +5480,9 @@ thing shown in the mode line otherwise."
["Invalidate cache" projectile-invalidate-cache]
["Regenerate [e|g]tags" projectile-regenerate-tags])
("Search"
["Search in project (grep)" projectile-grep]
["Search in project (ag)" projectile-ag]
["Search with grep" projectile-grep]
["Search with ag" projectile-ag]
["Search with ripgrep" projectile-ripgrep]
["Replace in project" projectile-replace]
["Multi-occur in project" projectile-multi-occur])
("Run..."
Expand Down

0 comments on commit 318f22b

Please sign in to comment.