Skip to content

Instantly share code, notes, and snippets.

@jstaffans
Created November 1, 2016 17:06
Show Gist options
  • Save jstaffans/6b47e68d073ab3a959762a63d6520464 to your computer and use it in GitHub Desktop.
Save jstaffans/6b47e68d073ab3a959762a63d6520464 to your computer and use it in GitHub Desktop.
Two REPLs
((nil . ((cider-lein-parameters . "do clean, repl :headless")
(cider-cljs-lein-repl . "(start) (repl)"))))
# if you put this into dir-locals.el of your project - whenever you run `cider-jack-in-clojurescript` it will run the second thing and you’d have 2 independent repl buffers - one for Clojure. another for Clojurescript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment