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

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

[elpa] master 93275af 1/4: Remove ido-mode shenanigans


From: Oleh Krehel
Subject: [elpa] master 93275af 1/4: Remove ido-mode shenanigans
Date: Thu, 16 Apr 2015 15:58:03 +0000

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

    Remove ido-mode shenanigans
    
    Combining `ido-mode' and `ivy-read' seemed to cause a problem at some
    stage. Can't reproduce now, so I'll just remove this for a while.
---
 swiper.el |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/swiper.el b/swiper.el
index a3143f7..1a50895 100644
--- a/swiper.el
+++ b/swiper.el
@@ -163,7 +163,6 @@ When non-nil, INITIAL-INPUT is the initial search pattern."
   "`isearch' with an overview using `ivy'.
 When non-nil, INITIAL-INPUT is the initial search pattern."
   (interactive)
-  (ido-mode -1)
   (swiper--init)
   (let ((candidates (swiper--candidates))
         (preselect (format
@@ -183,7 +182,6 @@ When non-nil, INITIAL-INPUT is the initial search pattern."
                     swiper-map
                     preselect
                     #'swiper--update-input-ivy))
-      (ido-mode 1)
       (swiper--cleanup)
       (if (null ivy-exit)
           (goto-char swiper--opoint)



reply via email to

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