.emacs-my
changeset 1101 500c2af9b6fb
parent 1100 df3489a212a9
child 1102 15dcb049a269
equal deleted inserted replaced
1100:df3489a212a9 1101:500c2af9b6fb
  2268 
  2268 
  2269 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2269 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2270 (message "windows inf files for driver installin")
  2270 (message "windows inf files for driver installin")
  2271 
  2271 
  2272 (add-to-list 'auto-mode-alist '("\\.inf\\'" . conf-mode))
  2272 (add-to-list 'auto-mode-alist '("\\.inf\\'" . conf-mode))
       
  2273 
       
  2274 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
       
  2275 (message "fvwm-mode")
       
  2276 
       
  2277 (when (featurep 'fvwm-mode)
       
  2278   (setq fvwm-fvwmcommand-path (executable-find "FvwmCommand")))
  2273 
  2279 
  2274 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2280 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2275 (message "makefile, make")
  2281 (message "makefile, make")
  2276 
  2282 
  2277 (add-to-list 'auto-mode-alist '("\\(Makefile\\|Makefile\\..+\\)\\'" . makefile-gmake-mode) t)
  2283 (add-to-list 'auto-mode-alist '("\\(Makefile\\|Makefile\\..+\\)\\'" . makefile-gmake-mode) t)