public
Description: Swank/slime support for clojure
Homepage:
Clone URL: git://github.com/jochu/swank-clojure.git
technomancy (author)
Tue Jul 07 14:35:33 -0700 2009
commit  d1617c2686483ad3cfdb5e444c77a2742796d234
tree    133fee511410d205d914815acd06fee2befef688
parent  b34f88993591b19561b0d2d8131dd50058de2c66
name age message
file README Mon May 25 13:23:37 -0700 2009 Update readme install instructions to use M-x c... [technomancy]
file swank-clojure-autoload.el Sat Nov 01 09:49:37 -0700 2008 make config still work even if slime is not set... [Jeffrey Chu]
file swank-clojure.el Loading commit data...
directory swank/
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