Skip to content

Instantly share code, notes, and snippets.

@imbriaco
Created December 31, 2009 20:23
Show Gist options
  • Save imbriaco/266895 to your computer and use it in GitHub Desktop.
Save imbriaco/266895 to your computer and use it in GitHub Desktop.
(ido-mode t)
(setq ido-enable-prefix nil
ido-enable-flex-matching t
ido-create-new-buffer 'always
ido-use-filename-at-point t
ido-max-prospects 10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment