Windows inf files for installing drivers.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 02 Feb 2010 16:45:30 +0200
changeset 288 5009c3f4afef
parent 287 e16e11bd28b2
child 303 1fee37963d5a
Windows inf files for installing drivers.
.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))