summaryrefslogtreecommitdiff
path: root/cider.el
Commit message (Collapse)AuthorAge
* Start work on the 0.4.x seriesBozhidar Batsov2013-10-29
|
* Refactor package generation codeBozhidar Batsov2013-10-29
| | | | | | cider-pkg.el is now auto-generated by cask. Special thanks to @lunaryorn for suggesting this.
* [Fix #408] Bump version to 0.3.1Bozhidar Batsov2013-10-29
|
* Fix library version discovery bugBozhidar Batsov2013-10-29
|
* Add pkg fileBozhidar Batsov2013-10-28
|
* Autoload cider-selectorBozhidar Batsov2013-10-28
|
* Merge pull request #401 from dgtized/makefile-bytecompiles-allBozhidar Batsov2013-10-24
|\ | | | | Makefile byte compiles all the emacs lisp
| * make test now provides load-path with -L .Charles Comstock2013-10-24
| | | | | | | | | | | | Previously make test couldn't find it's dependencies but now it has access to them by default including the current directory in the load-path.
* | nrepl-current-clojure-buffer renamed to cider-Charles Comstock2013-10-24
|/ | | | | This was throwing unassigned variable warnings on building cider.el, but it appears that it was simply renamed to cider-current-clojure-buffer.
* Introduce a cider customization groupBozhidar Batsov2013-10-21
|
* [Fix #385] Make cider and cider-jack-in autoload the entire cider.el fileBozhidar Batsov2013-10-20
|
* Rename cider-interaction-mode to cider-modeBozhidar Batsov2013-10-18
|
* Update package front-matter commentBozhidar Batsov2013-10-18
|
* Rename project to CIDERBozhidar Batsov2013-10-17