about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/window-manager.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-02-10T11·35+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-02-10T11·35+0000
commit52831c713633efff8ab04e99a70a6d1b71eae464 (patch)
tree128b239504cbb1f6f673902dbb43a728529a11d5 /emacs/.emacs.d/wpc/window-manager.el
parent9dd9bce494f9821ef1f761a98e858ea47f4374a4 (diff)
Disable ido-mode
For awhile I had a mixture of ivy and ido. Disabling ido and preferring ivy for
everything.
Diffstat (limited to 'emacs/.emacs.d/wpc/window-manager.el')
-rw-r--r--emacs/.emacs.d/wpc/window-manager.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/.emacs.d/wpc/window-manager.el b/emacs/.emacs.d/wpc/window-manager.el
index 8dad4963c285..6558f1decf5a 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".