diff --git a/config.org b/config.org index 443837f..92e3bd0 100644 --- a/config.org +++ b/config.org @@ -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=: