.emacs-my
changeset 431 84a5ac36edab
parent 430 16e7a5a565a9
child 432 650ccece6b01
--- a/.emacs-my	Mon Jul 26 01:14:31 2010 +0300
+++ b/.emacs-my	Sun Aug 01 12:59:42 2010 +0300
@@ -1105,48 +1105,20 @@
 ;; ----------------------------------------------------------------------
 ;; java.
 
-;; Update the Emacs load-path to include the path to
-;; the JDE and its require packages. This code assumes
-;; that you have installed the packages in the emacs/site
-;; subdirectory of your home directory.
-;; (add-to-list 'load-path (expand-file-name "~/emacs/site/semantic"))
-;; (add-to-list 'load-path (expand-file-name "~/emacs/site/speedbar"))
-;; (add-to-list 'load-path (expand-file-name "~/emacs/site/elib-1.0"))
-;; (add-to-list 'load-path (expand-file-name "~/emacs/site/eieio"))
-;; (add-to-list 'load-path (expand-file-name "~/emacs/site/jde-2.3.5.1/lisp"))
+;; If you want Emacs to defer loading the JDE until you open a Java file, edit
+;; the following line:
 
-;; If you want Emacs to defer loading the JDE until you open a
-;; Java file, edit the following line
-;; (setq defer-loading-jde nil)
-;; to read:
-;;
-;;  (setq defer-loading-jde t)
-;;
-
+;; (setq defer-loading-jde t)
 ;; (if defer-loading-jde
 ;;     (progn
 ;;       (autoload 'jde-mode "jde" "JDE mode." t)
 ;;       (add-to-list 'auto-mode-alist '("\\.java\\'" . jde-mode))
 ;;       (require 'jde)))
 
-
-;; Sets the basic indentation for Java source files
-;; to two spaces.
-;; (defun my-jde-mode-hook ()
-;;   (setq c-basic-offset 2))
-
-;; (add-hook 'jde-mode-hook 'my-jde-mode-hook)
-
-;; (require 'jde)
-
 ;; ----------------------------------------------------------------------
 ;; ECB.
 
 (setq ecb-tip-of-the-day nil)
-;; (add-to-list 'load-path  "~/emacs/site/ecb-2.32")
-;; (require 'ecb)
-
-;; (global-set-key (kbd "\e\eE") 'ecb-activate)
 
 ;; ----------------------------------------------------------------------
 ;; html.