From 5b5b21c1896e66907218bde4b697dfc8551f8429 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 28 Mar 2014 00:52:44 -0400 Subject: 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. --- lisp/init-ido.el | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3