summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-01-20 10:20:01 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-01-20 10:23:50 -0700
commitb4cfcabb43abd6b55c7d2e1add3b067c32d7169c (patch)
tree4b681efef43d76477e7d586efad1a001445fafc0 /debian
parent571e5624bbfaf33d07a5a6bc898a74ed52ace1e4 (diff)
add README.Debian
Diffstat (limited to 'debian')
-rw-r--r--debian/elpa-cider.README.Debian16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/elpa-cider.README.Debian b/debian/elpa-cider.README.Debian
new file mode 100644
index 00000000..f7d82a61
--- /dev/null
+++ b/debian/elpa-cider.README.Debian
@@ -0,0 +1,16 @@
+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
+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.
+
+ -- Sean Whitton <spwhitton@spwhitton.name>, Sat, 20 Jan 2018 10:19:50 -0700