We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bce701 + baf1a25 commit c2e5260Copy full SHA for c2e5260
clojure-quick-repls.el
@@ -119,7 +119,7 @@
119
(if (and (clojure-quick-repls-bound-truthy-p 'clojure-quick-repls-clj-con-buf)
120
(clojure-quick-repls-bound-truthy-p 'clojure-quick-repls-cljs-con-buf)
121
ext
122
- (or (string= ext "clj") (string= ext "cljs")))
+ (or (string= ext "clj") (string= ext "boot") (string= ext "cljs")))
123
(progn
124
(if (string= ext "cljs")
125
(nrepl-make-connection-default clojure-quick-repls-cljs-con-buf)
0 commit comments