init
This commit is contained in:
8
snippets/hy-mode/ifn
Normal file
8
snippets/hy-mode/ifn
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: ifn
|
||||
# key: ifn
|
||||
# binding: direct-keybinding
|
||||
# --
|
||||
(if-not ${1:condition}
|
||||
${2:result-false}
|
||||
${3:result-true})
|
||||
Reference in New Issue
Block a user