Skip to content

Instantly share code, notes, and snippets.

@rileyrg
Created December 28, 2012 18:28
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 rileyrg/4400571 to your computer and use it in GitHub Desktop.
Save rileyrg/4400571 to your computer and use it in GitHub Desktop.
'(ido-create-new-buffer (quote always))
'(ido-default-buffer-method (quote selected-window))
'(ido-enable-flex-matching t)
'(ido-enable-last-directory-history t)
'(ido-enable-regexp t)
'(ido-max-directory-size 300000)
'(ido-max-file-prompt-width 0.1)
'(ido-use-filename-at-point (quote guess))
'(ido-use-url-at-point nil)
'(ido-use-virtual-buffers t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment