.emacs-my
changeset 1227 e2355b44d39d
parent 1221 940024bc72ee
child 1229 52e0f3e3ca85
child 1265 964397fd5d99
equal deleted inserted replaced
1226:febcf7755a3d 1227:e2355b44d39d
  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