Disable ido-mode
This commit is contained in:
parent
a61fc411c6
commit
5573154fd4
@ -349,6 +349,15 @@ needs to be set up to install them if they aren't already.
|
|||||||
(exwm-config-default))
|
(exwm-config-default))
|
||||||
#+end_src
|
#+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
|
||||||
Multi-monitor support is provided in =exwm-randr=:
|
Multi-monitor support is provided in =exwm-randr=:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user