summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/jde/files/70jde-gentoo.el')
-rw-r--r--app-emacs/jde/files/70jde-gentoo.el12
1 files changed, 8 insertions, 4 deletions
diff --git a/app-emacs/jde/files/70jde-gentoo.el b/app-emacs/jde/files/70jde-gentoo.el
index 35cd6d2e6823..bff1c9d5b858 100644
--- a/app-emacs/jde/files/70jde-gentoo.el
+++ b/app-emacs/jde/files/70jde-gentoo.el
@@ -1,5 +1,9 @@
-
-;;; jde site-lisp configuration
-
-(add-to-list 'load-path "@SITELISP@/lisp")
+(add-to-list 'load-path "@SITELISP@")
(require 'jde-autoload)
+
+(setq jde-java-directory "/usr/share/jde")
+(setq jde-bsh-jar-file "@BSH_JAR@")
+(setq jde-checkstyle-jar-file "@CHECKSTYLE_JAR@")
+(setq jde-checkstyle-style "/usr/share/checkstyle/checks/sun_checks.xml")
+(setq jde-html-directory "/usr/share/doc/@PF@/html")
+(setq bsh-html-directory "/usr/share/doc/@PF@/html")