vim/snippets/scheme.snippets @ bec1b5c8a9b1

Shell shit in the vimrc
author Steve Losh <steve@stevelosh.com>
date Fri, 11 Sep 2015 14:11:46 +0000
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))