summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-04-12 21:04:31 +0200
committerDavid Robillard <d@drobilla.net>2017-04-12 21:04:31 +0200
commit3f7c59b212421ea570f8e4e7c7455d30b0dfd973 (patch)
tree91a3b8c0433d7390019168acb941a012731664b6
parent33dc54fe1ecf08caf160231a7e8b08993e829457 (diff)
downloaddotfiles-3f7c59b212421ea570f8e4e7c7455d30b0dfd973.tar.gz
dotfiles-3f7c59b212421ea570f8e4e7c7455d30b0dfd973.tar.bz2
dotfiles-3f7c59b212421ea570f8e4e7c7455d30b0dfd973.zip
Use git grep with projectile
-rw-r--r--emacs.d/init.el1
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)