Created
April 12, 2010 23:44
-
-
Save aufrank/364132 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'(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