Skip to content

Commit

Permalink
forget latest selected directory names in ido-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Sep 6, 2009
1 parent 541ceea commit 5057398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emacs.d/my-ido.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

(ido-mode t)
(setq ido-enable-flex-matching t) ; fuzzy matching is a must have
(setq ido-enable-last-directory-history nil) ; forget latest selected directory names

;; This tab override shouldn't be necessary given ido's default
;; configuration, but minibuffer-complete otherwise dominates the
Expand Down

0 comments on commit 5057398

Please sign in to comment.