Created
September 4, 2016 00:20
-
-
Save madstap/d1af71ac6a1531efa5f55a35c81462a8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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