diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-03-28 00:52:44 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-03-28 00:52:44 -0400 |
commit | 5b5b21c1896e66907218bde4b697dfc8551f8429 (patch) | |
tree | 4099f160580fae0a61f91adb193bb668836de125 | |
parent | de7026af6ee3a937830e3854cc5c0f3c6bd324cb (diff) | |
download | emacs.d-5b5b21c1896e66907218bde4b697dfc8551f8429.tar.gz |
Turn ido-everywhere on again
I switched this off when I installed ido-ubiquitous, but it seems like
ido-ubiquitous isn't completing dired commands (like copying files).
I've set `ido-ubiquitous-allow-on-functional-collection', but that
didn't seem to fix it. I should ask upstream and see if I'm missing
anything obvious, but for now I'm going to turn ido-everywhere on again
I expect some clashes between it and ido-ubiquitous, but without looking
at how both are implemented, it's hard to know.
-rw-r--r-- | lisp/init-ido.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-ido.el b/lisp/init-ido.el index af52ffa..d0da97b 100644 --- a/lisp/init-ido.el +++ b/lisp/init-ido.el @@ -27,6 +27,7 @@ (ido-mode 1) (ido-vertical-mode 1) +(ido-everywhere 1) (flx-ido-mode 1) (ido-ubiquitous-mode 1) (ido-at-point-mode) |