vim/snippets/scheme.snippets @ 0447325b2bc3

Pull out clam into its own plugin.
author Steve Losh <steve@stevelosh.com>
date Tue, 03 Apr 2012 14:43:20 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))