diff options
Diffstat (limited to 'configs/shared/.emacs.d/snippets/python-mode/init')
-rw-r--r-- | configs/shared/.emacs.d/snippets/python-mode/init | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configs/shared/.emacs.d/snippets/python-mode/init b/configs/shared/.emacs.d/snippets/python-mode/init deleted file mode 100644 index 5c407495f53a..000000000000 --- a/configs/shared/.emacs.d/snippets/python-mode/init +++ /dev/null @@ -1,6 +0,0 @@ -# -*- mode: snippet -*- -# name: dunder init -# key: ctor -# -- -def __init__(self$1): - $2 \ No newline at end of file |