diff options
Diffstat (limited to 'users/wpcarro/emacs/.emacs.d/snippets/python-mode/function')
-rw-r--r-- | users/wpcarro/emacs/.emacs.d/snippets/python-mode/function | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/wpcarro/emacs/.emacs.d/snippets/python-mode/function b/users/wpcarro/emacs/.emacs.d/snippets/python-mode/function new file mode 100644 index 000000000000..379ceda1a3a6 --- /dev/null +++ b/users/wpcarro/emacs/.emacs.d/snippets/python-mode/function @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: Function +# key: fn +# -- +def $1($2): + $3 \ No newline at end of file |