We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d1cfa5 commit 3678646Copy full SHA for 3678646
cider.el
@@ -103,9 +103,9 @@ version from the CIDER package or library.")
103
104
(defcustom cider-default-repl-command
105
"lein"
106
- "Determines the default command and parameters to use when connecting to nREPL.
107
-This value will only be consulted when no identifying file types, ie project.clj for
108
-leiningen or build.boot for boot, could be found."
+ "The default command and parameters to use when connecting to nREPL.
+This value will only be consulted when no identifying file types, ie
+project.clj for leiningen or build.boot for boot, could be found."
109
:type 'string
110
:group 'cider
111
:package-version '(cider . "0.9.0"))
0 commit comments