diff -r e16e11bd28b2 -r 5009c3f4afef .emacs-my --- a/.emacs-my Sat Jan 30 23:17:41 2010 +0200 +++ b/.emacs-my Tue Feb 02 16:45:30 2010 +0200 @@ -850,6 +850,10 @@ ;; (add-to-list 'compilation-mode-font-lock-keywords '("[ ]\\(/F[oe][^ ]+\\)" . 1)) ;; ---------------------------------------------------------------------- +;; windows inf files for installing drivers +(add-to-list 'auto-mode-alist '("\\.inf\\'" . conf-mode)) + +;; ---------------------------------------------------------------------- ;; makefile, make (add-to-list 'auto-mode-alist '("\\(Makefile\\|Makefile\\..+\\)\\'" . makefile-gmake-mode))