Glen Foy writes:
> I'm trying to set up Clojure, Slime and Aquamacs on a powerbook.
>
> I obtained http://github.com/technomancy/clojure-mode
>
> M-x clojure-install produces this error:
>
> Checking out source... this will take a while...
> Loading cl-macs...done
> Initialized empty Git reposit
Here is my script for updating clojure
on Mac/Linux - update-clojure.sh or
on Windows (uses cygwin git) - update-clojure.bat
git clone git://github.com/richhickey/clojure.git
cd clojure
git pull
ant clean
ant
cd ..
git clone git://github.com/richhickey/clojure-contrib.git
cd clojure-contrib
git
Hi,
I'm trying to set up Clojure, Slime and Aquamacs on a powerbook.
I obtained http://github.com/technomancy/clojure-mode
M-x clojure-install produces this error:
Checking out source... this will take a while...
Loading cl-macs...done
Initialized empty Git repository in /Users/gef/src/clojure/