Disable projectile-grep for +{ivy,helm}/grep
This commit is contained in:
parent
1cb3a43e03
commit
4cafaec527
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ Emacs.")
|
|||
;; better alternative for.
|
||||
(put 'projectile-ag 'disabled "Use +{ivy,helm}/project-search or +{ivy,helm}/ag instead")
|
||||
(put 'projectile-ripgrep 'disabled "Use +{ivy,helm}/project-search or +{ivy,helm}/rg instead")
|
||||
(put 'projectile-grep 'disabled "Use +{ivy,helm}/project-search or +{ivy,helm}/grep instead")
|
||||
|
||||
;; Treat current directory in dired as a "file in a project" and track it
|
||||
(add-hook 'dired-before-readin-hook #'projectile-track-known-projects-find-file-hook)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue