Skip to content

Instantly share code, notes, and snippets.

@nilcolor
Created November 25, 2011 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nilcolor/1393643 to your computer and use it in GitHub Desktop.
Save nilcolor/1393643 to your computer and use it in GitHub Desktop.
ido-find-file
;; use ido for minibuffer completion
(require 'ido)
(ido-mode t)
(setq ido-save-directory-list-file "~/.emacs.d/.ido.last")
(setq ido-enable-flex-matching t)
(setq ido-use-filename-at-point 'guess)
(setq ido-show-dot-for-dired t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment