CIDER

From WikEmacs
Revision as of 02:58, 18 March 2014 by Holocronweaver (talk | contribs) (nrepl.el now called CIDER)
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 Tim King
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