vim/snippets/scheme.snippets @ 5c4a99127ef9

vim: buffer-switching mapping
author Steve Losh <steve@stevelosh.com>
date Fri, 25 Feb 2011 15:17:11 -0500
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))