summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-24 08:06:31 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-24 08:06:31 +0200
commitc2d7977842da5233a3526394799fa8314bff23fe (patch)
tree7e6e0d239da5e22c1d40e279b87bad01717cb16d /README.md
parentb0e9423c8a8dd8804860c2f21fb0bb49fa497853 (diff)
Move info about presentations to a separate section
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 11 insertions, 8 deletions
diff --git a/README.md b/README.md
index a71bc838..82525a82 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,7 @@ specific CIDER release.**
- [ClojureCLR support](#clojureclr-support)
- [Injecting dependencies and Leiningen pedantic: abort mode](#injecting-dependencies-and-leiningen-pedantic-abort-mode)
- [Troubleshooting](#troubleshooting)
+- [Presentations](#presentations)
- [Changelog](#changelog)
- [Team](#team)
- [Release policy](#release-policy)
@@ -121,14 +122,6 @@ interactive development environment like CIDER. Much of the middleware we
developed for CIDER is editor-agnostic and is being used by other Clojure
development environments as well (e.g. [vim-fireplace][] & [CCW][]).
-If you're interested in more details about CIDER's history and architecture you
-can check out the Clojure/conj presentation
-[The Evolution of the Emacs tooling for Clojure](https://www.youtube.com/watch?v=4X-1fJm25Ww&list=PLZdCLR02grLoc322bYirANEso3mmzvCiI&index=6)
-and the [Cognicast's episode on CIDER](http://blog.cognitect.com/cognicast/080).
-There's also a
-[ClojureX 2015 presentation](https://skillsmatter.com/skillscasts/7225-cider-the-journey-so-far-and-the-road-ahead)
-dedicated to CIDER 0.9 and 0.10 and the future of the project.
-
CIDER packs plenty of features. Here are some of them (in no particular order):
* [Powerful REPL](#using-the-repl)
@@ -1592,6 +1585,16 @@ effect of changes you have to restart Emacs.
Injecting the depencies should override the old settings in the `~/lein/profiles.clj` file however only if those settings were done in the `:repl` profile. If the `:user` profile is used overriding does not happen. To fix this issue stop your REPL, remove CIDER and `tools.nrepl` dependencies from your `~/.lein/profiles.clj` and start the REPL again.
+## Presentations
+
+If you're interested in more details about CIDER's history and architecture you
+can check out the Clojure/conj presentation
+[The Evolution of the Emacs tooling for Clojure](https://www.youtube.com/watch?v=4X-1fJm25Ww&list=PLZdCLR02grLoc322bYirANEso3mmzvCiI&index=6)
+and the [Cognicast's episode on CIDER](http://blog.cognitect.com/cognicast/080).
+There's also a
+[ClojureX 2015 presentation](https://skillsmatter.com/skillscasts/7225-cider-the-journey-so-far-and-the-road-ahead)
+dedicated to CIDER 0.9 and 0.10 and the future of the project.
+
## Changelog
An extensive changelog is available [here](CHANGELOG.md).