emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master a07c2e4 27/67: swiper.el: Make ivy the default back end


From: Oleh Krehel
Subject: [elpa] master a07c2e4 27/67: swiper.el: Make ivy the default back end
Date: Sun, 22 Mar 2015 17:33:58 +0000

branch: master
commit a07c2e4d33d04788c6f01d0e34c0633e1987ba89
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]