branch: master
commit a07c2e4d33d04788c6f01d0e34c0633e1987ba89
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
swiper.el: Make ivy the default back end
---
swiper.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/swiper.el b/swiper.el
index b39235c..3a80a20 100644
--- a/swiper.el
+++ b/swiper.el
@@ -42,7 +42,7 @@
:group 'matching
:prefix "swiper-")
-(defcustom swiper-completion-method 'helm
+(defcustom swiper-completion-method 'ivy
"Method to select a candidate from a list of strings."
:type '(choice
(const :tag "Helm" helm)