summaryrefslogtreecommitdiffstats
path: root/lisp/init-projectile.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-projectile.el')
-rw-r--r--lisp/init-projectile.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/init-projectile.el b/lisp/init-projectile.el
index 2693bf2..4bffc65 100644
--- a/lisp/init-projectile.el
+++ b/lisp/init-projectile.el
@@ -20,6 +20,9 @@
;; avoid reading command when compiling
(setq compilation-read-command nil)
+ ;; use ivy for completion
+ (setq projectile-completion-system 'ivy)
+
:bind (;; C-x f finds file in project
("C-x f" . projectile-find-file)
;; C-c g runs git grep in project