vim/snippets/scheme.snippets @ 2c5398cb1a36

GOODNIGHT SWEET PRINCE
author Steve Losh <steve@stevelosh.com>
date Fri, 14 Jun 2013 17:14:52 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))