summaryrefslogtreecommitdiff
path: root/cider-scratch.el
Commit message (Collapse)AuthorAge
* Bump the copyright yearsBozhidar Batsov2018-01-01
|
* [Fix #2045] *cider-scratch* is no longer an ancillary bufferVitalie Spinu2017-08-29
|
* Use `add-to-list` instead of `push` for ancillary buffersTianxiang Xiong2017-07-19
|
* Update the copyright years in the source codeBozhidar Batsov2017-01-04
|
* [Fix #1789] Make it easier to change the connection of the scratchBozhidar Batsov2016-10-09
| | | | | | | | | | buffer It wasn't really apparent how one was supposed to change the connection of a scratch buffer, so the relevant command was added to the mode's menu. I've also added another command to quickly toggle a buffer's connection between Clojure and ClojureScript.
* Update a few copyright headersBozhidar Batsov2016-03-27
|
* Acknowledge properly @Malabarba's amazing contributions to CIDERBozhidar Batsov2016-03-23
|
* Track a few more ancillary buffersBozhidar Batsov2016-03-09
|
* Fix the possible keybind clobbering by pareditArtur Malabarba2016-02-13
|
* Add a note about a potential keybinding conflictBozhidar Batsov2016-02-12
|
* Improve a docstringBozhidar Batsov2016-02-12
|
* Fix a docstringBozhidar Batsov2016-02-12
|
* Update the copyright yearsBozhidar Batsov2016-01-01
|
* Use #' where appropriateBozhidar Batsov2015-05-27
|
* Update copyright yearsBozhidar Batsov2015-03-01
|
* Make cider's scratch more consistent with Emacs Lisp's list-interaction-modeBozhidar Batsov2014-07-31
|
* Move point on new scratch buffers below commentsCharles Comstock2014-06-24
| | | | | This matches the behavior of a newly created emacs scratch buffer. Merges insert forms as it accepts &rest arguments.
* Enforce code style via .dir-locals.elBozhidar Batsov2014-04-26
|
* [Fix #498] Implement scratch buffer functionalityBozhidar Batsov2014-03-18