summaryrefslogtreecommitdiff
path: root/cider.el
Commit message (Expand)AuthorAge
* Add a function for registering additional ClojureScript REPL typesBozhidar Batsov2018-04-13
* Update cider-default-cljs-replBozhidar Batsov2018-04-13
* Add a custom ClojureScript REPL typeBozhidar Batsov2018-04-13
* Add support for starting a shadow-cljs ClojureScript REPLBozhidar Batsov2018-04-02
* Add a missing car function callBozhidar Batsov2018-04-01
* Favor running shadow-cljs via npxBozhidar Batsov2018-03-29
* Allow predicates in plugin and middleware listsRadon Rosborough2018-03-27
* [Fix #2249] Update the default value for cider-default-repl-commandBozhidar Batsov2018-03-24
* [Fix #2244] Display the REPL name in the modelineBozhidar Batsov2018-03-24
* Refactor some lame duplicated codeBozhidar Batsov2018-03-23
* Use the clojure-cli terminology consistently in the codeBozhidar Batsov2018-03-23
* Add support for shadow-cljs to cider-jack-inBozhidar Batsov2018-03-23
* Remove an extra space in cljs REPL buffer namesBozhidar Batsov2018-03-22
* Make piggieback a requirement only for the REPLs that actually need itBozhidar Batsov2018-03-19
* Improve the references to the clojure script for jack-inBozhidar Batsov2018-03-18
* Remove a redundant workaround when jacking in with clojureBozhidar Batsov2018-03-18
* Use a more subtle way to indicate a REPL is a cljs REPLBozhidar Batsov2018-03-18
* Fix indentationNeil Okamoto2018-03-10
* Extract the ClojureScript presence check into a separate functionBozhidar Batsov2018-03-07
* Move up the place where hack-local-variables is invokedBozhidar Batsov2018-03-07
* [Fix #2230] Check for required libraries on the classpathBozhidar Batsov2018-03-06
* [Fix #2227] Move the definition of cider--select-zombie-buffer whereBozhidar Batsov2018-03-05
* [#2202] Check in advance if a ClojureScript REPL can be created or notBozhidar Batsov2018-03-05
* [#2199] Checkdoc fixesNeil Okamoto2018-03-05
* [#2199] Indentation adjustments, per elisp-lintNeil Okamoto2018-03-05
* Add support for starting Nashorn ClojureScript REPLsBozhidar Batsov2018-03-04
* Declare functions to resolve warningsgganley2018-03-03
* [#2202] Introduce cider-default-cljs-replBozhidar Batsov2018-03-02
* Update the message displayed when starting a ClojureScript REPLBozhidar Batsov2018-03-02
* Fix a typo (#2219)Manuel Uberti2018-03-01
* Correct variable name refactor `cider-cljs-repl-types`dan sutton2018-03-01
* [#2202] Decouple the ClojureScript REPL selection from the build tool being usedBozhidar Batsov2018-03-01
* Fix a copy/paste mistakeBozhidar Batsov2018-02-03
* Complete the renaming started in the previous commitBozhidar Batsov2018-02-03
* Use `clojure` instead of `clj`Tianxiang Xiong2018-02-03
* Add an autoload and a keybinding for cider-connnect-clojurescriptBozhidar Batsov2018-02-03
* [#2191] Add some preliminary support for cider-jack-in with cljBozhidar Batsov2018-02-03
* [Fix #1976] Add an interactive command for connecting to a running ClojureScriptBozhidar Batsov2018-01-15
* [Fix #2161] Add new interactive command `cider-eval-defun-to-point`Bozhidar Batsov2018-01-14
* Update links to the manualBozhidar Batsov2018-01-08
* Bump the copyright yearsBozhidar Batsov2018-01-01
* Bump the development versionBozhidar Batsov2017-12-28
* Release 0.16 (Riga)Bozhidar Batsov2017-12-28
* Replace a few occurrences of when + not with unlessBozhidar Batsov2017-12-24
* Use `non-essential` instead of `tramp-completion-mode` for Emacs 26Tianxiang Xiong2017-12-18
* Improve a couple of docstrings and comments a bitBozhidar Batsov2017-12-16
* Fix a typoBozhidar Batsov2017-12-16
* Merge branch 'master' into switchBozhidar Batsov2017-12-14
|\
| * Replace `if-let` and `when-let` with starred versionsTianxiang Xiong2017-12-11
* | Remove cider-remember-clojure-buffer and cider-last-clojure-bufferVitalie Spinu2017-12-11
|/