equal
deleted
inserted
replaced
2757 (message "bat file, batch") |
2757 (message "bat file, batch") |
2758 |
2758 |
2759 ;; loaded from 'generic-x.el' |
2759 ;; loaded from 'generic-x.el' |
2760 |
2760 |
2761 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
2761 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
2762 (message "nsis-mode") |
|
2763 |
|
2764 (when (fboundp 'nsis-mode) |
|
2765 (add-to-list 'auto-mode-alist '("\\.\\(nsi\\|nsh\\)\\'" . nsis-mode)) |
|
2766 ) |
|
2767 |
|
2768 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|
2769 (message "csharp, c-sharp") |
2762 (message "csharp, c-sharp") |
2770 |
2763 |
2771 (autoload 'csharp-mode "csharp-mode" "Major mode for editing C# code." t) |
2764 (autoload 'csharp-mode "csharp-mode" "Major mode for editing C# code." t) |
2772 (add-to-list 'auto-mode-alist '("\\.cs$" . csharp-mode)) |
2765 (add-to-list 'auto-mode-alist '("\\.cs$" . csharp-mode)) |
2773 |
2766 |
2793 |
2786 |
2794 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
2787 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
2795 (message "ECB") |
2788 (message "ECB") |
2796 |
2789 |
2797 (setq ecb-tip-of-the-day nil) |
2790 (setq ecb-tip-of-the-day nil) |
|
2791 |
|
2792 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|
2793 (message "nsis-mode") |
|
2794 |
|
2795 (when (fboundp 'nsis-mode) |
|
2796 (add-to-list 'auto-mode-alist '("\\.\\(nsi\\|nsh\\)\\'" . nsis-mode)) |
|
2797 ) |
|
2798 |
|
2799 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|
2800 (message "wesnoth-mode") |
|
2801 |
|
2802 (ignore-errors |
|
2803 (require 'wesnoth-mode) |
|
2804 (add-to-list 'auto-mode-alist '("wesnoth.*\\.cfg\\'" . wesnoth-mode)) ) |
|
2805 |
|
2806 (setq wesnoth-base-indent 2) |
2798 |
2807 |
2799 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
2808 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
2800 (message "htmlize") |
2809 (message "htmlize") |
2801 |
2810 |
2802 (setq |
2811 (setq |