diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/km-projectile.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init/km-projectile.el b/init/km-projectile.el index f77e566..2ad41b1 100644 --- a/init/km-projectile.el +++ b/init/km-projectile.el @@ -19,3 +19,5 @@ I have set `projectile-switch-project-action' to (define-key projectile-mode-map (kbd "C-c p j") 'km/projectile-switch-project-to-file) + +(setq projectile-use-git-grep t) |