Variable: ido-auto-merge-work-directories-length
ido-auto-merge-work-directories-length is a customizable variable
defined in ido.el.gz.
Value
0
Documentation
Automatically switch to merged work directories during file name input.
The value is number of characters to type before switching to merged mode. If zero, the switch happens when no matches are found in the current directory. Automatic merging is disabled if the value is negative.
Source Code
;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-auto-merge-work-directories-length 0
"Automatically switch to merged work directories during file name input.
The value is number of characters to type before switching to merged mode.
If zero, the switch happens when no matches are found in the current directory.
Automatic merging is disabled if the value is negative."
:type 'integer)