-
-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Labels
Milestone

Description
When working on a ClojureScript project, I usually do most of my work in scratch buffers rather than at the REPL. I would find it handy to allow scratch buffers (created by M-x
cider-scratch
) to send the input to the correct process based on the major mode of the scratch buffer.
Current behavior (in a ClojureScript project) after cider-jack-in-clojurescript
and cider-scratch
is that the major mode is clojure-mode
, but it is connected to the cljs
process. There doesn't appear to be a way to connect it to the clj
process or have a separate scratch buffer for each.