diff options
Diffstat (limited to 'emacs/etc/snippets/python-mode')
-rw-r--r-- | emacs/etc/snippets/python-mode/function | 6 | ||||
-rw-r--r-- | emacs/etc/snippets/python-mode/main | 9 |
2 files changed, 0 insertions, 15 deletions
diff --git a/emacs/etc/snippets/python-mode/function b/emacs/etc/snippets/python-mode/function deleted file mode 100644 index ffde801..0000000 --- a/emacs/etc/snippets/python-mode/function +++ /dev/null @@ -1,6 +0,0 @@ -# -*- mode: snippet -*- -# name: function -# key: fn -# -- -def $1($2): - $3 \ No newline at end of file diff --git a/emacs/etc/snippets/python-mode/main b/emacs/etc/snippets/python-mode/main deleted file mode 100644 index b1564a8..0000000 --- a/emacs/etc/snippets/python-mode/main +++ /dev/null @@ -1,9 +0,0 @@ -# -*- mode: snippet -*- -# name: main -# key: main -# -- -def main(): - pass - -if __name__ == "__main__": - main() \ No newline at end of file |