Skip to content

Commit

Permalink
Added JDEE setup code (commented out) and commented out Gamit-C setup…
Browse files Browse the repository at this point in the history
… code.
  • Loading branch information
Ralph Moritz committed Oct 17, 2013
1 parent 18678e9 commit e733bd7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion init.el
Expand Up @@ -238,6 +238,10 @@ and install them if necessary."
(add-to-list 'auto-mode-alist
'("\\.\\(xaml\\|config\\)$" . nxml-mode) t))

(defun setup-jdee ()
(add-to-list 'load-path "~/.emacs.d/jdee-2.4.1/lisp")
(load "jde"))

;; ----------------------------------------------------------------------
;; INIT FUNCTIONS
;; ----------------------------------------------------------------------
Expand Down Expand Up @@ -282,7 +286,9 @@ and install them if necessary."
"Startup code that relies on local customizations."
(load (expand-file-name "~/quicklisp/slime-helper.el"))
(setq inferior-lisp-program "c:/ccl-1.9/wx86cl.exe")
(setup-gambit-c))
;; (setup-gambit-c)
;; (setup-jdee)
)

;; ----------------------------------------------------------------------
;; MAIN FUNCTION
Expand Down

0 comments on commit e733bd7

Please sign in to comment.