summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-23 15:01:04 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-23 15:01:04 +0200
commit9af7742f981f7afce7121b1c449a5d6cc29f2aa6 (patch)
treea1d62133046635bacb9efd23bfbbbdcff88a2185
parenta29b3dfa742ff398fc47d9b8bc3308395a5b280a (diff)
Improve wording
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2b3ed036..3e3c6bcd 100644
--- a/README.md
+++ b/README.md
@@ -1644,13 +1644,13 @@ that the order here matters.
Emacs doesn't load the new files, it only installs them on disk. To see the
effect of changes you have to restart Emacs.
-### CIDER should inject its dependencies but I still get warnings when I use `cider-jack-in`
+### CIDER injects its dependencies but I still get warnings when I use `cider-jack-in`
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.
+`~/lein/profiles.clj` file. However, this works only if those settings were placed
+in the `:repl` profile. Configuration placed in the `:user` profile will not be
+overridden. To fix this issue stop nREPL (and CIDER), remove the `cider-nrepl` and `tools.nrepl`
+dependencies from your `~/.lein/profiles.clj` and start nREPL again.
## Presentations