summary refs log tree commit diff
path: root/emacs/etc/snippets/python-mode/function
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/etc/snippets/python-mode/function')
-rw-r--r--emacs/etc/snippets/python-mode/function6
1 files changed, 0 insertions, 6 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