* .emacs.d/lisp/bandali-ivy.el: Disable ido-mode when starting ivy
authorAmin Bandali <bandali@gnu.org>
Mon, 12 Oct 2020 15:14:51 +0000 (11:14 -0400)
committerAmin Bandali <bandali@gnu.org>
Mon, 12 Oct 2020 15:14:51 +0000 (11:14 -0400)
.emacs.d/lisp/bandali-ivy.el

index 973323a..4d67838 100644 (file)
@@ -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