vim/snippets/scheme.snippets @ a91f097c8c1c

mutt: add sig mutt/sig
author Steve Losh <steve@stevelosh.com>
date Tue, 09 Nov 2010 12:08:39 -0500
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))