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

View File

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