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:
parent
769cfbe5d1
commit
f2d267ce8b
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue