vim/snippets/scheme.snippets @ 2462583456f0

Timestamp utils
author Steve Losh <steve@stevelosh.com>
date Sat, 14 Oct 2017 17:57:48 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))