Skip to content

Commit 3e7ca33

Browse files
committed
Add lein and boot to the startup-forms
1 parent 1c8429a commit 3e7ca33

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

inf-clojure.el

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@
7878
(joker . "joker.repl")
7979
(babashka . "babashka.classpath")
8080
(clojure . "clojure.core.server")))
81-
(defvar inf-clojure-startup-forms '((clojure . "clojure")
81+
82+
(defvar inf-clojure-startup-forms '((lein . "lein repl")
83+
(boot . "boot repl")
84+
(clojure . "clojure")
8285
(cljs . "clojure -m cljs.main -r")
8386
(planck . "planck -d")
8487
(babashka . "bb")

0 commit comments

Comments
 (0)