summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-12-23 00:17:25 -0500
committerAmin Bandali <bandali@gnu.org>2018-12-23 00:17:25 -0500
commitc371adda00f421853ad8ae764d3253865388209e (patch)
treebb89a83e6268b563fa96fb08fd55c94804f9a65a
parent9678e6da76fac31f79a639b987be22322474c416 (diff)
downloadconfigs-c371adda00f421853ad8ae764d3253865388209e.tar.gz
configs-c371adda00f421853ad8ae764d3253865388209e.tar.xz
configs-c371adda00f421853ad8ae764d3253865388209e.zip
[emacs/projectile] use ivy for completion
-rw-r--r--init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.org b/init.org
index 91d70f0..707e2b0 100644
--- a/init.org
+++ b/init.org
@@ -1700,7 +1700,8 @@ Emacs package that displays available keybindings in popup
(advice-add 'magit-checkout
:after #'my-projectile-invalidate-cache)
(advice-add 'magit-branch-and-checkout
- :after #'my-projectile-invalidate-cache))))
+ :after #'my-projectile-invalidate-cache)))
+ :custom (projectile-completion-system 'ivy))
#+end_src
** [[https://github.com/Wilfred/helpful][helpful]]