Created
January 30, 2019 16:41
-
-
Save rboyd/f9e1b334b86d6797abaa79432c5785c3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(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