vim/snippets/scheme.snippets @ 141b96496989

Merge.
author Steve Losh <steve@stevelosh.com>
date Tue, 28 Oct 2014 17:55:18 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))