adjust java config
authorJoerg Jaspert <joerg@ganneff.de>
Thu, 31 Oct 2013 08:45:13 +0000 (09:45 +0100)
committerJoerg Jaspert <joerg@ganneff.de>
Thu, 31 Oct 2013 08:45:13 +0000 (09:45 +0100)
.emacs.d/config/linws03.cms.fra.dlh.de.org

index 3cce3ce..51155a9 100644 (file)
@@ -7,9 +7,19 @@
 ** cedet, jdee
 Collection of Emacs Development Environment Tools, see [[http://cedet.sourceforge.net/setup.shtml][CEDET]]
 
-#+BEGIN_SRC emacs-lisp
-(load-file "~/elisp/cedet/common/cedet.el")
+#+BEGIN_SRC emacs-lisp-off tangle:no
+;(load-file "~/.emacs.d/elisp/cedet/common/cedet.el")
+(add-to-list 'load-path "~/.emacs.d/elisp/cedet/common/")
+(require 'cedet)
 ;(global-ede-mode 1)                      ; Enable the Project management system
+
+(require 'semantic-load)
+(require 'senator)
+(require 'semantic-sb)
+(require 'semantic-ia)
+(require 'semantic-wisent)
+;(require 'semantic/wisent/java-tags)
+
 (semantic-load-enable-code-helpers)      ; Enable prototype help and smart completion
 (global-srecode-minor-mode 1)            ; Enable template insertion menu
 
@@ -23,12 +33,6 @@ Collection of Emacs Development Environment Tools, see [[http://cedet.sourceforg
                                   global-semantic-mru-bookmark-mode))
 (setq semantic-load-turn-everything-on t)
 ;;  ;(semantic-mode 1)
-(require 'semantic-load)
-(require 'senator)
-(require 'semantic-sb)
-(require 'semantic-ia)
-(require 'semantic-wisent)
-;(require 'semantic/wisent/java-tags)
 
 (add-hook 'semantic-init-hooks 'senator-minor-mode)