summaryrefslogtreecommitdiff
path: root/cider-common.el
Commit message (Collapse)AuthorAge
* Move cider-expected-ns to cider-client.elBozhidar Batsov2016-03-27
| | | | I should have thought more before placing it in cider-common.el.
* Move cider-expected-ns to cider-common.elBozhidar Batsov2016-03-27
|
* When prompting for a symbol, be willing to look backwards a bitArtur Malabarba2016-02-07
|
* Update the copyright yearsBozhidar Batsov2016-01-01
|
* [Fix #1392] Track definitions made in the REPLBozhidar Batsov2015-11-03
|
* Normalize the usage of if/when-let with that of letArtur Malabarba2015-10-21
|
* [Fix #1348] Remove dash dependencyRoger Gilliar2015-10-19
|
* Fix a docstringBozhidar Batsov2015-10-11
|
* Add missing "commentary" sectionBozhidar Batsov2015-10-11
|
* [#735] Use built-in cygwin functionsJuergen Hoetzel2015-09-28
| | | | | | Use `cygwin-convert-file-name-to-windows' and `cygwin-convert-file-name-from-windows' instead of executing external "cygpath" commands.
* Fix some bad declaresArtur Malabarba2015-09-25
|
* Move many common-use functions to cider-common.elArtur Malabarba2015-09-23
Also rename -jump-back to -pop-back