# HG changeset patch # User Oleksandr Gavenko # Date 1265121930 -7200 # Node ID 5009c3f4afef9cdfa079c2e27edbf10d555fd888 # Parent e16e11bd28b222c4b9b15eb98e45bfbebb376820 Windows inf files for installing drivers. 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))