summaryrefslogtreecommitdiff
path: root/cider-util.el
Commit message (Expand)AuthorAge
* [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