summaryrefslogtreecommitdiff
path: root/cider-util.el
Commit message (Expand)AuthorAge
* Update copyright yearsBozhidar Batsov2015-03-01
* Add options for configuring completion annotationsMichael Griffiths2015-02-28
* Add support for pprint middlewareMichael Griffiths2015-02-15
* Use cl-oddp instead of oddpBozhidar Batsov2015-01-24
* Add missing space to docstringBozhidar Batsov2015-01-18
* [Fix #885] Ensure text property keys are symbols.Marshall Bockrath-Vandegrift2014-12-18
* [Fix #828] Fix completion issues and don't forget project directory in `cider...Vitalie Spinu2014-09-26
* Enhance `cider-connect` to auto-detect running nREPL serversVitalie Spinu2014-09-21
* set pprint/*print-right-margin* to popup window widthVitalie Spinu2014-09-18
* [Fix #749] Make font-locking compatible with font-lock-modeBozhidar Batsov2014-09-14
* Simplify var def lookupBozhidar Batsov2014-09-09
* Merge pull request #764 from vitoshka/delay-mode-hooksBozhidar Batsov2014-09-01
|\
| * Fix "making delay-mode-hooks buffer-local" messageVitalie Spinu2014-08-31
* | Don't forget offset line in `cider-stacktrace-navigate`.Vitalie Spinu2014-08-31
|/
* Refactor cider-find-bufferBozhidar Batsov2014-08-29
* [Fix #752] Use a fully-qualified let in pretty-printingBozhidar Batsov2014-08-27
* Refine cider-locate-defBozhidar Batsov2014-08-16
* [#631] Workaround for missing var metadataBozhidar Batsov2014-08-15
* [#693] Correct the logic for interactively eval-ed defs lookupBozhidar Batsov2014-08-15
* Remove the unused alternative fontification functionsBozhidar Batsov2014-08-13
* Remove assert in cider-util.elHugo Duncan2014-08-09
* [Fix #669] Suppress major mode hooks in cider-font-lock-asBozhidar Batsov2014-07-23
* [Fix #613] Add clojure.test integration.Jeff Valk2014-06-15
* Extract cider-string-join helperBozhidar Batsov2014-06-09
* Move generally useful functions to cider-util.Jeff Valk2014-06-07
* Some work in progress on a more efficient way to fontify a region as Clojure ...Bozhidar Batsov2014-06-06
* Prevent whitespace-mode from interfering with clojure font-locking in the REP...Bozhidar Batsov2014-06-04
* Fix a docstringBozhidar Batsov2014-06-04
* Fix an incorrect commentBozhidar Batsov2014-06-04
* Add mode for presenting documentation.Jeff Valk2014-05-28
* Code styleBozhidar Batsov2014-04-26
* Enforce code style via .dir-locals.elBozhidar Batsov2014-04-26
* remove explicit dependence on pkg-infoVitalie Spinu2014-04-25
* Fix a unused variable warningBozhidar Batsov2014-03-11
* Farewell to tabsBozhidar Batsov2014-03-11
* Use lexical binding everywhereBozhidar Batsov2014-02-19
* Update copyrights for 2014Bozhidar Batsov2014-02-08
* Let *1 be set properly when pretty-printing, fixes gh-468Chas Emerick2014-02-05
* Use defvar-local to define buffer-local variablesBozhidar Batsov2014-01-11
* Font-lock interactive evaluation results as Clojure codeBozhidar Batsov2014-01-05
* Do major-mode checks with derived-mode-p instead of eqBozhidar Batsov2013-10-30
* [Fix #397] Fix eval interruption bindingBozhidar Batsov2013-10-24