.emacs-my
changeset 288 5009c3f4afef
parent 285 9883ac39abc3
child 303 1fee37963d5a
--- 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))