summaryrefslogtreecommitdiff
path: root/cider-eval.el
Commit message (Collapse)AuthorAge
* Move the pprint related commands to a dedicated keymapBozhidar Batsov2018-07-23
| | | | | | This also fixes https://github.com/bbatsov/projectile/issues/1256. (Projectile uses `C-c C-p` as well)
* Remove `cider-visit-error-buffer` in favour of using `cider-selector`Bozhidar Batsov2018-07-07
|
* [Fix #2352] Preserve current context in `cider-load-buffer`Vitalie Spinu2018-07-01
| | | | ... and `cider-load-file`
* [Fix #2203] Rename cider-interaction.el to cider-eval.elBozhidar Batsov2018-06-25
All of the non-eval functionality was removed, which marks the end of the process of breaking up the old file. Down the road we may opt to break down cider-eval into some core functionality and extra functionality, as many of the eval commands there are kind of "exotic", but that's not that important at this point.