Skip to content

Commit fd9a8fe

Browse files
committed
Remove boot project detection
Boot is dead.
1 parent 43c436f commit fd9a8fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

inf-clojure.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,6 @@ The name is simply the final segment of the path."
803803
(defun inf-clojure--project-dir ()
804804
"Return current Clojure project root."
805805
(let ((project-vc-extra-root-markers '("project.clj" ; Leiningen
806-
"build.boot" ; Boot
807806
"build.gradle" ; Gradle
808807
"build.gradle.kts" ; Gradle
809808
"deps.edn" ; Clojure CLI (a.k.a. tools.deps)

0 commit comments

Comments
 (0)