Aktuelle Änderungen
Printable View
Änderungen
Bearbeiten
Scope > ScrapingAdSense > ScreenCasting > ScreenCast > SeSAm > SegWay > SegelShop > SelfHostingProgrammingLanguages > SetJmp > SetTheory > SetupEmacsForClojureHackungClear Trail
HackingClojureWithEmacs
SLIME
modes
clojure-mode
install/update
- ELPA
- M-x package-list-packages
paredit
install/update
- ELPA
- M-x package-list-packages
M-x slime
install/update
This is the setup I am currently using (as of 20110518)
- http://technomancy.us/149
- Install clojure-mode via git or marmalade-repo.org
- lein plugin install swank-clojure 1.3.1
- Invoke M-x clojure-jack-in from a project
This is the setup I was using (as of 20100105)
- ELPA
- M-x package-list-packages
- Restart emacs
- M-x slime
- downloads/installs dependencies
HackingClojureWithEmacsOld
- 20120214
- emacs -
M-x package-list-packages
- no new ClojureMode?
- no new PareditMode?
lein plugin install swank-clojure 1.4.0
- Downloaded lein.bat for version 1.7 of Leiningen