Disable ido-mode

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:31 +00:00
parent a61fc411c6
commit 5573154fd4

View File

@ -349,6 +349,15 @@ needs to be set up to install them if they aren't already.
(exwm-config-default))
#+end_src
One annoying thing here is that the default config turns on
=ido-mode=, which I don't really like. The solution is to not use
the default config, but for the time being:
#+begin_src emacs-lisp
(add-hook 'after-init-hook
(lambda () (ido-mode nil)))
#+end_src
*** Multi-monitor
Multi-monitor support is provided in =exwm-randr=: