Disable projectile-grep for +{ivy,helm}/grep

This commit is contained in:
Henrik Lissner
2019-10-09 21:32:48 -04:00
parent 1cb3a43e03
commit 4cafaec527

View File

@ -55,6 +55,7 @@ Emacs.")
;; Disable commands that won't work, as is, and that Doom already provides a
;; 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