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 d9e4400 commit 98b530aCopy full SHA for 98b530a
inf-clojure.el
@@ -139,9 +139,12 @@ The following commands are available:
139
#'inf-clojure-completion-at-point))
140
141
(defcustom inf-clojure-program "lein repl"
142
- "Either a program name or a connection cons pair consisting of a host
143
-and port number (e.g. (\"localhost\" . 5555)), for invoking an inferior Clojure
144
-in Inferior Clojure mode."
+ "The command used to start an inferior Clojure process in `inf-clojure-mode'.
+
+Alternative you can specify a TCP connection cons pair, instead
145
+of command, consisting of a host and port
146
+number (e.g. (\"localhost\" . 5555)). That's useful if you're
147
+often connecting to a remote REPL process."
148
:type '(choice (string)
149
(cons string integer))
150
:group 'inf-clojure)
0 commit comments