tvl-depot/configs/shared/.emacs.d/snippets/python-mode/function
William Carroll df7385af0d Support snippet for python function
Many of my other commonly used languages have a similar snippet as well.
2020-01-22 21:13:06 +00:00

6 lines
No EOL
74 B
Text

# -*- mode: snippet -*-
# name: Function
# key: fn
# --
def $1($2):
$3