chiark / gitweb /
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 31d074c1429d03ffbd77a7ae451254bd1268a9cc..69d48f27cb9dcad309b692d8d8fe99aae6dde872 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)