dot/emacs: Turn on more Ido things!
[profile] / dot / emacs
index 31d074c..69d48f2 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
       ido-default-file-method 'selected-window
       ido-default-buffer-method 'selected-window)
 (setq ido-enable-flex-matching t
+      ido-everywhere t
       ido-confirm-unique-completion t
       ido-use-filename-at-point nil
       ido-auto-merge-work-directories-length -1)