From 831b4f497cb6c9f67b557a87dfd112322e29ea4b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 8 Sep 2018 09:32:09 -0700 Subject: update README.Debian --- debian/elpa-cider.README.Debian | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'debian/elpa-cider.README.Debian') 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 , Sat, 20 Jan 2018 10:19:50 -0700 + -- Sean Whitton , Sat, 8 Sep 2018 09:31:43 -0700 -- cgit v1.2.3