vim/snippets/scheme.snippets @ 00cfa7ffb0dd

Lots.
author Steve Losh <steve@stevelosh.com>
date Fri, 21 Oct 2011 14:48:29 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))