Variable: ido-setup-hook

ido-setup-hook is a customizable variable defined in ido.el.gz.

Value

nil

Documentation

Hook run after the Ido variables and keymap have been setup.

The dynamic variable ido-cur-item contains the current type of item that is read by Ido; possible values are file, dir, buffer, and list. Additional keys can be defined in ido-completion-map.

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-setup-hook  nil
  "Hook run after the Ido variables and keymap have been setup.
The dynamic variable `ido-cur-item' contains the current type of item that
is read by Ido; possible values are file, dir, buffer, and list.
Additional keys can be defined in `ido-completion-map'."
  :type 'hook)