Variable: ido-show-dot-for-dired
ido-show-dot-for-dired is a customizable variable defined in
ido.el.gz.
Value
nil
Documentation
Non-nil means to always put . as the first item in file name lists.
This allows the current directory to be opened immediately with dired.
Source Code
;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-show-dot-for-dired nil
"Non-nil means to always put . as the first item in file name lists.
This allows the current directory to be opened immediately with `dired'."
:type 'boolean)