dot/emacs: Turn on more Ido things!
authorMark Wooding <mdw@distorted.org.uk>
Wed, 2 Aug 2017 22:00:42 +0000 (23:00 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 2 Aug 2017 22:00:42 +0000 (23:00 +0100)
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)