summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-08-22 12:05:17 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-08-22 12:05:17 +0200
commit0e12ee2d42ced357d159363de14b6fd0fa4e6af8 (patch)
tree69962d6791d2ee39a050b47144c0c429cb54e005
parent57e2c9789b165b283c0ddac342d0df3feaa30074 (diff)
Add a todo about cider-jack-in-default's current position in the code
-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))))