Created
February 8, 2013 22:19
-
-
Save danlamanna/4742420 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(setq | |
ido-save-directory-list-file (format "%s/ido.last" emacs-tmp-dir) | |
ido-ignore-buffers '(".*Completion" | |
"\\*" | |
"^irc\.") | |
ido-work-directory-list '("~/" "~/projects") | |
ido-enable-flex-matching t | |
ido-case-fold t | |
ido-enable-last-directory-history t | |
ido-max-work-directory-list 10 | |
ido-max-work-file-list 20 | |
ido-use-filename-at-point nil | |
ido-use-url-at-point nil | |
ido-max-prospects 7 | |
ido-create-new-buffer 'always | |
ido-confirm-unique-completion nil) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment