diff options
Diffstat (limited to 'emacs.d/init.el')
-rw-r--r-- | emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 02bbf0e..e482ba2 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -184,6 +184,7 @@ '(projectile-completion-system (quote ivy)) '(projectile-enable-caching t) '(projectile-mode-line nil) + '(projectile-use-git-grep t) '(quack-pretty-lambda-p t) '(quack-run-scheme-always-prompts-p nil) '(savehist-mode t) |