vim/snippets/scheme.snippets @ fd448e6793d1

mutt
author Steve Losh <steve@stevelosh.com>
date Tue, 28 Oct 2014 17:54:27 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))