projectile: fall back to git-grep instead of rgrep

Also changes projectile-sort-order, but this only affects the native
indexer.
This commit is contained in:
Henrik Lissner 2019-05-12 22:12:08 -04:00
parent 769cfbe5d1
commit f2d267ce8b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -31,7 +31,9 @@ Emacs.")
projectile-globally-ignored-file-suffixes '(".elc" ".pyc" ".o")
projectile-ignored-projects '("~/" "/tmp")
projectile-kill-buffers-filter 'kill-only-files
projectile-files-cache-expire 604800) ; expire after a week
projectile-files-cache-expire 604800 ; expire after a week
projectile-sort-order 'recentf
projectile-use-git-grep t) ; use git-grep for text searches
:config
(add-hook 'dired-before-readin-hook #'projectile-track-known-projects-find-file-hook)