vim/snippets/scheme.snippets @ 2e25b11e75fc

A bunch of stuff from the past few days.
author Steve Losh <steve@stevelosh.com>
date Thu, 08 Sep 2011 09:20:01 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))