clojurebox

Does ClojureBox support auto-align out of the box?

I am switching to Clojurebox to edit my clojure files. However I can't get the automatic alignment to work. I want the cursor to move two spaces after the line that I am editing when I hit return. ...

Reload Clojure files in emacs

I am just starting out learning Clojure and Emacs. I have got Clojure Box for windows running and I would like to be able to write code in a buffer then run it in the REPL without haveing to call (use 'example.code) all the time. I know about C-c C-k but it doesn't reload the namespace. If i use (in-ns 'example.code) to change nam...

Is there a nice and easy installer for Clojure on Mac OS (Leopard)?

I found the following guide: http://mark.reid.name/sap/setting-up-clojure.html but it seems like a whole lot of manual steps, and I bet it is out of date already. Installing ClojureBox on Windows was a breeze. Does anyone know of a simple installer for it? Where can I download it, and what are the steps? Thanks! EDIT: Tried installin...