Difference between revisions of "CIDER"
Jump to navigation
Jump to search
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{Package | {{Package | ||
| − | |name= | + | |name=CIDER |
|description=Emacs Client for Clojure's nREPL | |description=Emacs Client for Clojure's nREPL | ||
|author=Tim King | |author=Tim King | ||
| − | |maintainer= | + | |maintainer=Bozhidar Batsov |
| − | |source=https://github.com/ | + | |source=https://github.com/clojure-emacs/cider |
| + | |el_get=cider | ||
| + | |melpa=cider | ||
}} | }} | ||
| Line 11: | Line 13: | ||
<source lang="lisp"> | <source lang="lisp"> | ||
| − | (add-to-list 'load-path "/path/to/ | + | (add-to-list 'load-path "/path/to/cider/directory") |
| − | (require ' | + | (require 'cider) |
</source> | </source> | ||
| Line 25: | Line 27: | ||
== Project Pages == | == Project Pages == | ||
| − | * [https://github.com/ | + | * [https://github.com/clojure-emacs/cider GitHub Repo] |
== Tutorial Pages == | == Tutorial Pages == | ||
[[Category:Project Management]][[Category:Programming]][[Category:Third Party Package]] | [[Category:Project Management]][[Category:Programming]][[Category:Third Party Package]] | ||
Latest revision as of 00:29, 25 October 2016
| Description | Emacs Client for Clojure's nREPL |
|---|---|
| Author | Tim King |
| Maintainer | Bozhidar Batsov |
| Source | https://github.com/clojure-emacs/cider |
| El-Get | cider |
| MELPA | cider |
Basic setup
(add-to-list 'load-path "/path/to/cider/directory")
(require 'cider)