vim/snippets/scheme.snippets @ a03a734110c3

Alphabetize plugin settings.

</ocd>
author Steve Losh <steve@stevelosh.com>
date Thu, 11 Aug 2011 15:43:04 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))