projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
9678e6d
)
[emacs/projectile] use ivy for completion
author
Amin Bandali
<bandali@gnu.org>
Sun, 23 Dec 2018 05:17:25 +0000
(
00:17
-0500)
committer
Amin Bandali
<bandali@gnu.org>
Sun, 23 Dec 2018 05:17:25 +0000
(
00:17
-0500)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
91d70f0
..
707e2b0
100644
(file)
--- 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
(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]]
#+end_src
** [[https://github.com/Wilfred/helpful][helpful]]