Skip to content

Commit 9b77479

Browse files
DogLooksGoodbbatsov
authored andcommitted
Set inf-clojure-tools-deps-cmd to "clojure" (#144)
Fix #134
1 parent de59fce commit 9b77479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inf-clojure.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ often connecting to a remote REPL process."
230230
:safe #'inf-clojure--endpoint-p
231231
:package-version '(inf-clojure . "2.0.0"))
232232

233-
(defcustom inf-clojure-tools-deps-cmd "clj"
233+
(defcustom inf-clojure-tools-deps-cmd "clojure"
234234
"The command used to start a Clojure REPL for tools.deps projects.
235235
236236
Alternatively you can specify a TCP connection cons pair, instead

0 commit comments

Comments
 (0)