From 5573154fd4f8e055ef13134b5327261530ffc505 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:31 +0000 Subject: [PATCH] Disable ido-mode --- config.org | 9 +++++++++ 1 file changed, 9 insertions(+) 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=: