vim/snippets/scheme.snippets @ 70ecec51d9f6

Add "weechat/irc.conf" to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Thu, 29 Sep 2011 12:41:23 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))