dot/emacs: Get `ido' to insist on getting the first letter right.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 22 Aug 2019 11:19:15 +0000 (12:19 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 22 Aug 2019 11:19:15 +0000 (12:19 +0100)
Hopefully this will make its completion decisions somewhat less silly.

dot/emacs

index 3988df7..40bea4e 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
       iswitchb-default-method 'samewindow ;in other random frames
       ido-default-file-method 'selected-window
       ido-default-buffer-method 'selected-window)
-(setq ido-enable-flex-matching t
+(setq ido-emable-prefix t
+      ido-enable-flex-matching t
       ido-everywhere t
       ido-confirm-unique-completion t
       ido-use-filename-at-point nil