public
Description: Swank/slime support for clojure
Homepage:
Clone URL: git://github.com/jochu/swank-clojure.git
jochu (author)
Tue Jul 07 21:23:10 -0700 2009
commit  6cd3057d48e00da485cdf43b2b170816e5187c40
tree    2c7f788d926e2bff73f2c14e304878b9c00fd4cc
parent  d1617c2686483ad3cfdb5e444c77a2742796d234
swank-clojure / README
100644 36 lines (22 sloc) 0.964 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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