From: Mark Wooding Date: Wed, 2 Aug 2017 22:00:42 +0000 (+0100) Subject: dot/emacs: Turn on more Ido things! X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/68bb34fcd671233a78b2afddb6a361a51f403347?ds=inline dot/emacs: Turn on more Ido things! --- diff --git a/dot/emacs b/dot/emacs index 31d074c..69d48f2 100644 --- a/dot/emacs +++ b/dot/emacs @@ -326,6 +326,7 @@ 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)