summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-09-08 09:32:09 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-09-08 10:28:27 -0700
commit831b4f497cb6c9f67b557a87dfd112322e29ea4b (patch)
tree4e85bea76bae2eff52813217ac1fcb861c6e1841
parent5c559560b1d1b75a4f6d9520b04add208dcd3c97 (diff)
update README.Debian
-rw-r--r--debian/changelog1
-rw-r--r--debian/elpa-cider.README.Debian22
2 files changed, 13 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog
index 33ca4ce3..378e037e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
cider (0.18.0+dfsg-1) UNRELEASED; urgency=medium
* New upstream release.
+ - Update README.Debian for changes to jack-in commands.
-- Sean Whitton <spwhitton@spwhitton.name> Sat, 08 Sep 2018 09:30:32 -0700
diff --git a/debian/elpa-cider.README.Debian b/debian/elpa-cider.README.Debian
index f7d82a61..2f5fd0b7 100644
--- a/debian/elpa-cider.README.Debian
+++ b/debian/elpa-cider.README.Debian
@@ -1,16 +1,18 @@
Injection of CIDER's dependencies
=================================
-The usual way to start a CIDER REPL is `M-x cider-jack-in`. This requires
-CIDER's nREPL middleware be available in your project. CIDER can automatically
-download and inject this middleware during `M-x cider-jack-in`, but CIDER in
-Debian has this feature disabled by default to avoid surprise downloads from the
+The usual way to start a CIDER REPL is `M-x cider-jack-in-clj` and
+related commands. This requires CIDER's nREPL middleware be available
+in your project. CIDER can automatically download and inject this
+middleware during `M-x cider-jack-in-clj`, but CIDER in Debian has
+this feature disabled by default to avoid surprise downloads from the
Internet.
-You can either toggle the Emacs variable cider-inject-dependencies-at-jack-in to
-t in your ~/.emacs, which will enable transparent download and injection of
-CIDER's middleware, or add the middleware as dependencies of your project. See
-the "CIDER's nREPL middleware" subsection of the "Installation" section of
-CIDER's manual.
+You can either toggle the Emacs variable
+cider-inject-dependencies-at-jack-in to t in your ~/.emacs, which will
+enable transparent download and injection of CIDER's middleware, or
+add the middleware as dependencies of your project. See the "CIDER's
+nREPL middleware" subsection of the "Installation" section of CIDER's
+manual.
- -- Sean Whitton <spwhitton@spwhitton.name>, Sat, 20 Jan 2018 10:19:50 -0700
+ -- Sean Whitton <spwhitton@spwhitton.name>, Sat, 8 Sep 2018 09:31:43 -0700