equal
deleted
inserted
replaced
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) |