.emacs-my
changeset 500 1f8c3b0b0ca3
parent 499 c3390bcde246
child 501 01ea09b00f76
equal deleted inserted replaced
499:c3390bcde246 500:1f8c3b0b0ca3
  1247 (add-to-list 'auto-mode-alist '("\\.cs$" . csharp-mode))
  1247 (add-to-list 'auto-mode-alist '("\\.cs$" . csharp-mode))
  1248 
  1248 
  1249 ;;; ----------------------------------------------------------------
  1249 ;;; ----------------------------------------------------------------
  1250 ;;; java.
  1250 ;;; java.
  1251 
  1251 
  1252 ;; If you want Emacs to defer loading the JDE until you open a Java file, edit
       
  1253 ;; the following line:
       
  1254 
       
  1255 ;; (setq defer-loading-jde t)
       
  1256 ;; (if defer-loading-jde
       
  1257 ;;     (progn
       
  1258 ;;       (autoload 'jde-mode "jde" "JDE mode." t)
       
  1259 ;;       (add-to-list 'auto-mode-alist '("\\.java\\'" . jde-mode))
       
  1260 ;;       (require 'jde)))
       
  1261 
       
  1262 ;;; ----------------------------------------------------------------
  1252 ;;; ----------------------------------------------------------------
  1263 ;;; ECB.
  1253 ;;; ECB.
  1264 
  1254 
  1265 (setq ecb-tip-of-the-day nil)
  1255 (setq ecb-tip-of-the-day nil)
  1266 
  1256