vim/snippets/scheme.snippets @ 9f1f6274ec3d

Add "weechat/urls.log" to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Mon, 26 Sep 2011 09:41:22 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))