Created
December 28, 2012 18:28
-
-
Save rileyrg/4400571 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-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