Skip to content

Instantly share code, notes, and snippets.

@aufrank
Created April 12, 2010 23:44
Show Gist options
  • Save aufrank/364132 to your computer and use it in GitHub Desktop.
Save aufrank/364132 to your computer and use it in GitHub Desktop.
'(ido-auto-merge-work-directories-length 0)
'(ido-cannot-complete-command (quote ido-exit-minibuffer))
'(ido-decorations (quote ("{" "}" "," ",..." "[" "]" " [No match]" " [Matched]" " [Not readable]" " [Too big]" " [Confirm]")))
'(ido-enable-flex-matching t)
'(ido-ignore-files (quote ("\\`CVS/" "\\`#" "\\`.#" "\\`\\.\\./" "\\`\\./" "\\`\\.DS_Store" "\\`\\.localized")))
'(ido-mode (quote both) nil (ido))
'(ido-use-filename-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