Hi,
> I'm sure it's something trivial that I'm missing.
I'm not so sure.
> (require 'swank-clojure-autoload)
> (swank-clojure-config
> (setq swank-clojure-jar-path "/Users/clk/Documents/Development/
> Languages/lisp/clojure_20080916/clojure.jar")
> (setq swank-clojure-extra-classpaths (list "/Users/clk/.emacs.d/
> clojure-extra")))
Try this instead:
(setq swank-clojure-jar-path "/Users/clk/Documents/Development/
Languages/lisp/clojure_20080916/clojure.jar")
(setq swank-clojure-extra-classpaths (list "/Users/clk/.emacs.d/
clojure-extra"))
(require 'swank-clojure-autoload)
I'm a bit confused about this, too. What the README says doesn't work
for me either (or maybe I'm missing something as well).
Matthias
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---