From 52831c713633efff8ab04e99a70a6d1b71eae464 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 10 Feb 2020 11:35:27 +0000 Subject: [PATCH] Disable ido-mode For awhile I had a mixture of ivy and ido. Disabling ido and preferring ivy for everything. --- emacs/.emacs.d/wpc/window-manager.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/emacs/.emacs.d/wpc/window-manager.el b/emacs/.emacs.d/wpc/window-manager.el index 8dad4963c..6558f1dec 100644 --- a/emacs/.emacs.d/wpc/window-manager.el +++ b/emacs/.emacs.d/wpc/window-manager.el @@ -138,8 +138,6 @@ 1 display/laptop-monitor)) (evil-set-initial-state 'exwm-mode 'emacs) - (ido-mode 1) - (exwm-config-ido) (setq exwm-workspace-number (list/length exwm/named-workspaces)) ;; EXWM supports "line-mode" and "char-mode".