summaryrefslogtreecommitdiff
path: root/cider-find.el
Commit message (Collapse)AuthorAge
* Target cider-find-dvim insteadTobias Gerdin2018-07-31
|
* Add command for finding variable using mouseTobias Gerdin2018-07-31
|
* [Fix #2367] Add missing autoload for cider-find-varBozhidar Batsov2018-07-01
|
* Move the cider-find-var functionality to cider-find.elBozhidar Batsov2018-06-26
|
* Clean up the requires in cider-interaction.elBozhidar Batsov2018-06-25
|
* [#2203] Extract the find functionality in its own source fileBozhidar Batsov2018-06-24
This also allows to simply auto-load the find commands when they are used for the first time. cider-jump-to is moved to cider-common.el, as it has other uses, apart from the ones in the various find commands.