Variable: ido-max-work-directory-list

ido-max-work-directory-list is a customizable variable defined in ido.el.gz.

Value

50

Documentation

Maximum number of working directories to record.

This is the list of directories where files have most recently been opened. See ido-work-directory-list and ido-save-directory-list-file.

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-max-work-directory-list 50
  "Maximum number of working directories to record.
This is the list of directories where files have most recently been opened.
See `ido-work-directory-list' and `ido-save-directory-list-file'."
  :type 'natnum)