diff options
Diffstat (limited to 'snippets/python-mode/lambda')
| -rw-r--r-- | snippets/python-mode/lambda | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/snippets/python-mode/lambda b/snippets/python-mode/lambda new file mode 100644 index 0000000..08b268b --- /dev/null +++ b/snippets/python-mode/lambda @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: lambda +# key: lam +# -- +lambda ${1:x}: $0
\ No newline at end of file |
