summaryrefslogtreecommitdiffstats
path: root/lisp/init-projectile.el
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2020-01-23 16:53:59 +0100
committerMartin Polden <mpolden@mpolden.no>2020-01-23 17:59:00 +0100
commit5778163bfcbf8811bde96d9666f3f77690f7b600 (patch)
treed01f9aa72dd9334636a0213b36d589033afef68a /lisp/init-projectile.el
parent3000ff19803efc6242196584000643b561cc4b63 (diff)
Replace ido with ivy
Fewer dependencies, works similar and still lightweight.
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