summaryrefslogtreecommitdiff
path: root/cider-resolve.el
Commit message (Collapse)AuthorAge
* Move dictionary manipulation to its own file, nrepl-dict.elArtur Malabarba2016-04-30
| | | | | | A lot of .el files have to manipulate dictionaries, so this forced a lot of files to depend on nrepl-client.el. These were muddy waters if we plan on supporting SocketREPL.
* Add a few missing spaces to make checkdoc happyBozhidar Batsov2016-03-27
|
* Update a few copyright headersBozhidar Batsov2016-03-27
|
* Update the copyright yearsBozhidar Batsov2016-01-01
|
* Normalize the usage of if/when-let with that of letArtur Malabarba2015-10-21
|
* [Fix #1348] Remove dash dependencyRoger Gilliar2015-10-19
|
* Further unentangle cider-interaction from the other filesArtur Malabarba2015-10-01
|
* [Fix #1320] Update cider-repl--state-handler with the new syntaxArtur Malabarba2015-09-18
|
* Use plist instead of dict when compiling keywordsArtur Malabarba2015-09-10
| | | | This gets around a corner case where the namespace had no interns.
* Implement dynamic font-lockingArtur Malabarba2015-09-09
| | | | | | Ditch instrumented defs overlay for the new font-locking. All macros are now font-locked. This is configurable via the cider-font-lock-dynamically variable.
* New file cider-resolve.elArtur Malabarba2015-09-09