mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -31,7 +31,9 @@ Emacs.")
|
||||
" "TAGS")
|
||||
projectile-globally-ignored-file-suffixes '(".elc" ".pyc" ".o")
|
||||
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
|
||||
|
||||
:config
|
||||
|
Reference in New Issue
Block a user