Skip to content

Instantly share code, notes, and snippets.

anonymous
anonymous / dev-shortcut.el
Created January 2, 2013 07:32
(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."))