vim/snippets/scheme.snippets @ 9b6fefdc1f71

Switch syntastic path.
author Steve Losh <steve@stevelosh.com>
date Wed, 09 Feb 2011 19:08:00 -0500
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))