Skip to content

Instantly share code, notes, and snippets.

@maciejsmolinski
Last active June 8, 2020 06: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 maciejsmolinski/ea09a7b6dfabe70fac040915bc266b5e to your computer and use it in GitHub Desktop.
Save maciejsmolinski/ea09a7b6dfabe70fac040915bc266b5e to your computer and use it in GitHub Desktop.
(defun spago-repl ()
"Launches spago repl against the current project."
(interactive)
(cd (projectile-project-root))
(make-comint "spago-repl" "spago" nil "repl")
(switch-to-buffer-other-window "*spago-repl*")
(rename-uniquely))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment