Added emacs scripts
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: if
|
||||
# name: inline if
|
||||
# contributor: Luke Hoersten <luke@hoersten.org>
|
||||
# --
|
||||
if ${1:condition} then ${2:undefined} else ${3:undefined}$0
|
Reference in New Issue
Block a user