Skip to content

Instantly share code, notes, and snippets.

@nfedyashev
Created May 23, 2020 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nfedyashev/9d0005240a9b4a443a12effd9d17a247 to your computer and use it in GitHub Desktop.
Save nfedyashev/9d0005240a9b4a443a12effd9d17a247 to your computer and use it in GitHub Desktop.
Start Cider from Emacs
;;Start Cider from Emacs:
;;Put this in your Emacs config file:
(setq cider-cljs-lein-repl
"(do (require 'figwheel-sidecar.repl-api)
(figwheel-sidecar.repl-api/start-figwheel!)
(figwheel-sidecar.repl-api/cljs-repl))")
;;Navigate to a clojurescript file and start a figwheel REPL with cider-jack-in-clojurescript or (C-c M-J)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment