summaryrefslogtreecommitdiff
path: root/cider-mode.el
Commit message (Expand)AuthorAge
* Add cider-doc-map/menu and refactor cider-doc- into cider-doc-mode- prefixVitalie Spinu2014-08-04
* Add the ability to display Grimoire documentation within EmacsBozhidar Batsov2014-08-02
* Use a dynamic mode-line for cider-modeBozhidar Batsov2014-08-01
* [Fix #683] Don't use C-c C-h keybindingsBozhidar Batsov2014-07-29
* Add Grimoire integrationBozhidar Batsov2014-07-24
* Add apropos support.Jeff Valk2014-07-11
* Fix another typoBozhidar Batsov2014-06-19
* Fix cider-jump-to-resource's keybindingBozhidar Batsov2014-06-19
* Bind cider-jump-to-resource to C-c M-.Bozhidar Batsov2014-06-19
* [Fix #22] Add jump to resource commandBozhidar Batsov2014-06-17
* Move menu definitions inside keymap definitionsBozhidar Batsov2014-06-17
* [Fix #630] Remap cider-test-show-report to C-c C-tBozhidar Batsov2014-06-17
* [Fix #626] Enable `cider-test-run-test` on any Clojure buffer.Jeff Valk2014-06-16
* Merge pull request #625 from jeffvalk/masterBozhidar Batsov2014-06-16
|\
| * [Fix #613] Add clojure.test integration.Jeff Valk2014-06-15
* | [Fix #8] Add code refreshing commandBozhidar Batsov2014-06-16
|/
* Update copyright yearsBozhidar Batsov2014-06-13
* [Fix #574] Correct the pretty print menu entryBozhidar Batsov2014-05-18
* [#564] Rename "Jump" menu item to "Jump to source"Bozhidar Batsov2014-05-14
* [Fix #564] Remove redundant cider-src commandBozhidar Batsov2014-05-13
* Add basic tracing supportBozhidar Batsov2014-04-29
* Enforce code style via .dir-locals.elBozhidar Batsov2014-04-26
* Farewell to tabsBozhidar Batsov2014-03-11
* Bind cider-inspect to C-c M-iBozhidar Batsov2014-03-03
* Add cider-inspect to cider-mode-mapBozhidar Batsov2014-02-21
* Use lexical binding everywhereBozhidar Batsov2014-02-19
* Tidying up switch-to-relevant-buffer, updating docs, and adding check against...Jon Pither2014-01-14
* Adding cider-pprint-eval-defun-at-point.Kris Jenkins2014-01-07
* Change `last-expression` to `last-sexp` in a number of functionsBozhidar Batsov2013-11-22
* Rename `cider-eval-expression-at-point` to `cider-eval-defun-at-point`Bozhidar Batsov2013-11-22
* Add command cider-eval-last-expression-and-replaceBozhidar Batsov2013-11-21
* Add command cider-insert-last-expression-in-replBozhidar Batsov2013-11-21
* Add new command cider-eval-last-expression-to-replBozhidar Batsov2013-11-21
* Add command cider-read-and-evalBozhidar Batsov2013-10-31
* Fix cider-mode menu descriptionBozhidar Batsov2013-10-25
* Dropped cider-interaction-mode alias as it was causing problemsBozhidar Batsov2013-10-25
* Rename cider-set-ns to cider-repl-set-nsBozhidar Batsov2013-10-22
* Minor menu changesBozhidar Batsov2013-10-22
* Rename cider-interaction-mode to cider-modeBozhidar Batsov2013-10-18