summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cider.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/cider.el b/cider.el
index 99db9ded..5fb422d6 100644
--- a/cider.el
+++ b/cider.el
@@ -1371,6 +1371,7 @@ PROJECT-DIR defaults to the current project."
choices nil t nil nil default))
(choices
(car choices))
+ ;; TODO: Move this fallback outside the project-type check
;; if we're outside a project we fallback to whatever tool
;; is specified in `cider-jack-in-default' (normally clojure-cli)
(t cider-jack-in-default))))