branch: elpa/inf-clojure
commit be5e9bd90775b35c8bc2ecb118d6af9a521b2d81
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    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.
---
 inf-clojure.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/inf-clojure.el b/inf-clojure.el
index 06ec6ed288..c7c2c43160 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -73,6 +73,7 @@
                                     (clojure-clr . "Clojure.Main")
                                     (planck . "planck -d")
                                     (babashka . "bb")
+                                    (node-babashka . "nbb")
                                     (joker . "joker")))
 
 (defun inf-clojure--merge-repl-features (base overrides)

Reply via email to