Emacs: disable automatic file search in ido mode -


i use ido mode. here how set in .emacs

(require 'ido) (setq ido-enable-flex-matching t) (setq ido-everywhere t) (ido-mode t) 

when open file, c-x c-f my_file , if doesn't exist in current directory, emacs try search in other recent used directories in second. however, of time trying create new files. had type file name fast , c-j confirm it. how can stop ido doing this?

the following disable feature:

(setq ido-auto-merge-work-directories-length -1) 

i've never seen value in it, disabling might make sense lot of people.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -