File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Original file line number Diff line number Diff line change @@ -139,9 +139,12 @@ The following commands are available:
139
139
#'inf-clojure-completion-at-point ))
140
140
141
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."
142
+ " The command used to start an inferior Clojure process in `inf-clojure-mode' .
143
+
144
+ 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."
145
148
:type '(choice (string )
146
149
(cons string integer))
147
150
:group 'inf-clojure )
You can’t perform that action at this time.
0 commit comments