Variable: ido-use-faces

ido-use-faces is a customizable variable defined in ido.el.gz.

Value

t

Documentation

Non-nil means use Ido faces to highlighting first match, only match and subdirs in the alternatives.

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-use-faces t
  "Non-nil means use Ido faces to highlighting first match, only match and
subdirs in the alternatives."
  :type 'boolean)