summaryrefslogtreecommitdiff
path: root/debian/elpa-cider.README.Debian
blob: 2f5fd0b7a60e9d29b2563307061815c2582bd724 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Injection of CIDER's dependencies
=================================

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.

 -- Sean Whitton <spwhitton@spwhitton.name>, Sat,  8 Sep 2018 09:31:43 -0700