diff options
author | William Carroll <wpcarro@gmail.com> | 2020-02-10T11·35+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-02-10T11·35+0000 |
commit | 52831c713633efff8ab04e99a70a6d1b71eae464 (patch) | |
tree | 128b239504cbb1f6f673902dbb43a728529a11d5 /emacs | |
parent | 9dd9bce494f9821ef1f761a98e858ea47f4374a4 (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')
-rw-r--r-- | emacs/.emacs.d/wpc/window-manager.el | 2 |
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". |