Skip to content

Instantly share code, notes, and snippets.

Created January 2, 2013 07:32
Show Gist options
  • Save anonymous/4432884 to your computer and use it in GitHub Desktop.
Save anonymous/4432884 to your computer and use it in GitHub Desktop.
(defslime-repl-shortcut nil ("develop" "dev")
(:handler (lambda ()
(interactive)
(insert "(repl-utilities:dev " (slime-read-system-name) ")")
(slime-repl-send-input t)))
(:one-liner "Load and swap to system with repl-utilities stuff."))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment