Initial commit.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: if
|
||||
# key: if
|
||||
# --
|
||||
(when (${1:condition})
|
||||
(${2:then-do-this}))
|
||||
$0
|
Reference in New Issue
Block a user