vim/snippets/scheme.snippets @ 8a3d616d7544

Dammit, homebrew.
author Steve Losh <steve@stevelosh.com>
date Thu, 18 Aug 2011 20:59:50 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))