From f9591472185f256f29cb9e688a4cdfcf90f1dbda Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 28 Nov 2019 15:36:07 -0500 Subject: [PATCH] Reset projectile-use-git-grep Other search engines are no longer our responsibility. --- core/core-projects.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/core-projects.el b/core/core-projects.el index 3f655e657..fad112f82 100644 --- a/core/core-projects.el +++ b/core/core-projects.el @@ -38,8 +38,7 @@ Emacs.") projectile-ignored-projects '("~/" "/tmp") 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-sort-order 'recentf) (global-set-key [remap evil-jump-to-tag] #'projectile-find-tag) (global-set-key [remap find-tag] #'projectile-find-tag)