File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -348,9 +348,9 @@ Sub-match 1 must be the project path.")
348348 " Completion history for connection hosts." )
349349
350350(defvar cider-jack-in-universal-options
351- '((clojure-cli (:prefix-arg 1 :cmd (:jack-in-type clj :project-type babashka :edit-project-dir t )))
352- (lein (:prefix-arg 2 :cmd (:jack-in-type clj :project-type clojure-cli :edit-project-dir t )))
353- (babashka (:prefix-arg 3 :cmd (:jack-in-type clj :project-type lein :edit-project-dir t )))
351+ '((clojure-cli (:prefix-arg 1 :cmd (:jack-in-type clj :project-type clojure-cli :edit-project-dir t )))
352+ (lein (:prefix-arg 2 :cmd (:jack-in-type clj :project-type lein :edit-project-dir t )))
353+ (babashka (:prefix-arg 3 :cmd (:jack-in-type clj :project-type babashka :edit-project-dir t )))
354354 (nbb (:prefix-arg 4 :cmd (:jack-in-type cljs :project-type nbb :cljs-repl-type nbb :edit-project-dir t ))))
355355 " The list of project tools that are supported by the universal jack in command.
356356
You can’t perform that action at this time.
0 commit comments