Liking cljdoc? Tell your friends :D

lein-cider

A Leiningen plugin for starting Cider on Emacs.

Usage

Leiningen (via Clojars)

Put the following into the :plugins vector of the :user profile in your ~/.lein/profiles.clj:

[lein-cider "0.1.0-SNAPSHOT"]

Command Line

You can use lein-cider to execute Cider on Emacs.

This plugin uses emacsclient command. Execute emacs as a server before below 'lein cider' command.

$ lein new hello
$ cd hello
$ lein cider

License

Copyright © 2013 Satoshi Takei

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close