Skip to content

Instantly share code, notes, and snippets.

@madstap
Created September 4, 2016 00:20
Show Gist options
  • Save madstap/d1af71ac6a1531efa5f55a35c81462a8 to your computer and use it in GitHub Desktop.
Save madstap/d1af71ac6a1531efa5f55a35c81462a8 to your computer and use it in GitHub Desktop.
;; Eval this in *scratch* (or emacs setup)
(setq cider-cljs-lein-repl
"(do (require 'figwheel-sidecar.repl-api)
(figwheel-sidecar.repl-api/start-figwheel!)
(figwheel-sidecar.repl-api/cljs-repl))")
;; Then m-x cider-jack-in-clojurescript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment