branch: master commit 93275afccfeb1fe9594ae2ccdb3fdc512fabb6d6 Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
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)