vim/snippets/scheme.snippets @ a03035324ee5

Switch Syntastic source, for now.
author Steve Losh <steve@stevelosh.com>
date Tue, 16 Aug 2011 09:44:47 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))