Emacs
- Install Emacs 24 (links to the binaries available here).
- Install the Emacs Starter Kit or the Emacs Prelude.
Based on instructions from Leiningen (github.com).
- Get the Leiningen batch script from https://raw.github.com/technomancy/leiningen/master/bin/lein.bat and edit it to fetch version 1.6.1.1 instead of 2.0.0-SNAPSHOT.
- Put lein.bat in a folder. Add that folder to your PATH.
- Download wget.exe and curl.exe and add them to your PATH.
- Run:
lein self.install
Setting Up Emacs for Clojure
- Setup clojure-mode
- Setup swank-clojure
- Follow installation instructions from swank-clojure (github.com).
No comments:
Post a Comment