Variable: ido-initial-position
ido-initial-position is a variable defined in ido.el.gz.
Value
nil
Documentation
Non-nil means to explicitly cursor on entry to minibuffer.
Value is an integer which is number of chars to right of prompt.
Source Code
;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defvar ido-initial-position nil
"Non-nil means to explicitly cursor on entry to minibuffer.
Value is an integer which is number of chars to right of prompt.")