Skip to content

Commit be5e9bd

Browse files
committed
Add node-babashka to startup forms
node-babashka had REPL features defined but no startup form entry, so it couldn't be auto-detected from its startup command.
1 parent 8fe6227 commit be5e9bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

inf-clojure.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
(clojure-clr . "Clojure.Main")
7474
(planck . "planck -d")
7575
(babashka . "bb")
76+
(node-babashka . "nbb")
7677
(joker . "joker")))
7778

7879
(defun inf-clojure--merge-repl-features (base overrides)

0 commit comments

Comments
 (0)