summaryrefslogtreecommitdiff
path: root/cider-cheatsheet.el
Commit message (Collapse)AuthorAge
* Bump the copyright yearsBozhidar Batsov2019-01-01
|
* [#2199] Indentation adjustments, per elisp-lintNeil Okamoto2018-03-05
|
* Update cheatsheet for Clojure 1.9Tianxiang Xiong2018-02-03
| | | | | | Fix #2190. Corresponds to Clojure 1.9 Cheat Sheet (v43).
* fix unused lexical variableNeil Okamoto2018-01-31
| | | | | | It seems like the bytecompiler in Emacs 26 and newer seems capable of optimizing away the usage of `section` inside the while loop, but then complains that the outer let binding is unused.
* Remove redundant seq-filterBozhidar Batsov2018-01-30
| | | | I made a mistake with this one, it's not needed at all.
* Remove `:url`s from the cheatsheet hierarchyTianxiang Xiong2018-01-30
| | | | | | Fix #2184 They add little value and complicate the data structure.
* Fix a few section headingsBozhidar Batsov2018-01-30
|
* Implement a basic interface for the Clojure CheatsheetBozhidar Batsov2018-01-30
| | | | | | | | It's based entirely on completing-read, which means it would look nice with various minibuffer completion systems. Down the road it'd be nice to do something like the ns browser for the cheatsheet as well.
* Fix a couple of cheatsheet sectionsBozhidar Batsov2018-01-29
|
* Port `clojure-cheatsheet`'s data to `cider-cheatsheet`Tianxiang Xiong2018-01-29
Fix #2183