branch: elpa/inf-clojure commit 9b7747943cb68c740b7d516e93786940ba806145 Author: Tianshu Shi <doglooksg...@hotmail.com> Commit: Bozhidar Batsov <bozhidar.bat...@gmail.com>
Set inf-clojure-tools-deps-cmd to "clojure" (#144) Fix https://github.com/clojure-emacs/inf-clojure/issues/134 --- inf-clojure.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inf-clojure.el b/inf-clojure.el index cc669b4..6dac275 100644 --- a/inf-clojure.el +++ b/inf-clojure.el @@ -230,7 +230,7 @@ often connecting to a remote REPL process." :safe #'inf-clojure--endpoint-p :package-version '(inf-clojure . "2.0.0")) -(defcustom inf-clojure-tools-deps-cmd "clj" +(defcustom inf-clojure-tools-deps-cmd "clojure" "The command used to start a Clojure REPL for tools.deps projects. Alternatively you can specify a TCP connection cons pair, instead