vim/snippets/scheme.snippets @ 959a5c4fc9fb

Tons of awesome suggestions from the @dotvimrc suggestion-fest.
author Steve Losh <steve@stevelosh.com>
date Thu, 01 Sep 2011 20:12:22 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))