Skip to content

Add support for CLJ and CLJS sibling scratch buffers. #1459

@ghost

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions