Skip to content

Instantly share code, notes, and snippets.

@danlamanna
Created February 8, 2013 22:19
Show Gist options
  • Save danlamanna/4742420 to your computer and use it in GitHub Desktop.
Save danlamanna/4742420 to your computer and use it in GitHub Desktop.
(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