You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit your .emacs and add a line like the following:
(setq inferior-lisp-program "browser-repl")
When editing .cljs files you can start the browser REPL with C-c C-z. Try this with the browser REPL sample that comes with ClojureScript. Make sure that you eval the namespace form to put the REPL into the namespace where you are working.
It's recommended that you use a tool like cljs-watch - this will recompile your project automatically when any of the project .cljs source files change.