Skip to content

Instantly share code, notes, and snippets.

@swannodette
Created May 6, 2012 18:34
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 swannodette/2623705 to your computer and use it in GitHub Desktop.
Save swannodette/2623705 to your computer and use it in GitHub Desktop.
example.el
(defun browser-repl ()
(interactive)
(run-lisp "/usr/local/bin/lein trampoline cljsbuild repl-listen"))
@kzar
Copy link

kzar commented May 10, 2012

(defun browser-repl (lisp-path)
(interactive "DCLJS project path: ")
(cd lisp-path)
(run-lisp "/usr/local/bin/lein trampoline cljsbuild repl-listen"))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment