CIDER

From WikEmacs
Revision as of 12:25, 22 March 2014 by Bozhidar (talk | contribs) (Update maintainer)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
CIDER
Description Emacs Client for Clojure's nREPL
Author Tim King
Maintainer Bozhidar Batsov
Source https://github.com/clojure-emacs/cider


Basic setup

(add-to-list 'load-path "/path/to/cider/directory")
(require 'cider)

Helpful keybindings

Common Customization

See Also

Project Pages

Tutorial Pages