Skip to content

Instantly share code, notes, and snippets.

@bbatsov
Created April 18, 2010 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbatsov/370166 to your computer and use it in GitHub Desktop.
Save bbatsov/370166 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 'guess
ido-max-prospects 10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment