vim/snippets/scheme.snippets @ 0083e7916624

Peeling the shit onion
author Steve Losh <steve@stevelosh.com>
date Wed, 14 Aug 2013 12:43:34 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))