From d4a04655389ef45d35a8f6b7c52cfffce7ac6ff4 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 12 Oct 2020 11:14:51 -0400 Subject: [PATCH] * .emacs.d/lisp/bandali-ivy.el: Disable ido-mode when starting ivy --- .emacs.d/lisp/bandali-ivy.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/lisp/bandali-ivy.el b/.emacs.d/lisp/bandali-ivy.el index 973323a..4d67838 100644 --- a/.emacs.d/lisp/bandali-ivy.el +++ b/.emacs.d/lisp/bandali-ivy.el @@ -56,6 +56,7 @@ This function is intended for use with `ivy-ignore-buffers'." (define-key ivy-minibuffer-map (kbd "DEL") #'ivy-backward-delete-char) + (ido-mode -1) (ivy-mode 1) ;; swiper -- 2.20.1