vim/snippets/scheme.snippets @ dc5d0688c62a

Various stuff from the past week or so.
author Steve Losh <steve@stevelosh.com>
date Fri, 07 Oct 2011 12:09:18 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))