emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-clojure 9b77479 207/313: Set inf-clojure-tools-deps-cm


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure 9b77479 207/313: Set inf-clojure-tools-deps-cmd to "clojure" (#144)
Date: Wed, 11 Aug 2021 10:00:18 -0400 (EDT)

branch: elpa/inf-clojure
commit 9b7747943cb68c740b7d516e93786940ba806145
Author: Tianshu Shi <doglooksgood@hotmail.com>
Commit: Bozhidar Batsov <bozhidar.batsov@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]