diff options
Diffstat (limited to 'configs/shared/.emacs.d/snippets/python-mode/function')
-rw-r--r-- | configs/shared/.emacs.d/snippets/python-mode/function | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configs/shared/.emacs.d/snippets/python-mode/function b/configs/shared/.emacs.d/snippets/python-mode/function deleted file mode 100644 index 379ceda1a3a6..000000000000 --- a/configs/shared/.emacs.d/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 |