jochu / swank-clojure
- Source
- Commits
- Network (22)
- Issues (3)
- Downloads (3)
- Wiki (1)
- Graphs
-
Tree:
87a6b02
commit 87a6b021b98c8e6b3bd14a90153cfc86246e02bf
tree 067a68fe50c0f16e61474b627064b0f55e62f34a
parent c5cd1206697278578e79df9671333ff1970e5da2
tree 067a68fe50c0f16e61474b627064b0f55e62f34a
parent c5cd1206697278578e79df9671333ff1970e5da2
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Oct 01 09:00:03 -0700 2009 | |
| |
README | Mon May 25 13:23:37 -0700 2009 | |
| |
pom.xml | ||
| |
src/ |
README
# Swank Clojure
Swank-clojure is an adapter that lets you use SLIME (the Superior Lisp
Interaction Mode for Emacs) with Clojure.
Installation
1. Install clojure-mode.el. Either use ELPA[1] or get it manually
install from source[2].
2. Invoke M-x clojure-install and follow the directions given. This
will download and configure swank-clojure as well as other
dependencies.
3. If you want to use SLIME with Common Lisp or another Lisp
implementation, add your default lisp back in:
;; Example for sbcl to put in your .emacs:
(add-to-list 'slime-lisp-implementations '(sbcl ("sbcl")))
4. Start slime!
M-x slime
Or if you have alternate implementations configured:
M-- M-x slime clojure
Copyright (C) 2008 Jeffrey Chu
This file is licensed under the terms of the GNU General Public
License as distributed with Emacs (press C-h C-c to view it).
[1] - http://tromey.com/elpa
[2] - http://github.com/jochu/clojure-mode

