Skip to content

Instantly share code, notes, and snippets.

@rboyd
Created January 30, 2019 16:41
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 rboyd/f9e1b334b86d6797abaa79432c5785c3 to your computer and use it in GitHub Desktop.
Save rboyd/f9e1b334b86d6797abaa79432c5785c3 to your computer and use it in GitHub Desktop.
(let ((buf (first
(remove* nil (buffer-list)
:test-not #'(lambda (a b)
(string-match "^\*cider-repl" (buffer-name b)))))))
(save-excursion
(set-buffer buf)
(goto-char (point-max))
(insert "(start-figwheel \"ios\")")
(cider-repl-return)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment