about summary refs log tree commit diff
path: root/users/grfn/emacs.d/snippets/python-mode/name
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/emacs.d/snippets/python-mode/name')
-rw-r--r--users/grfn/emacs.d/snippets/python-mode/name7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/grfn/emacs.d/snippets/python-mode/name b/users/grfn/emacs.d/snippets/python-mode/name
new file mode 100644
index 0000000000..eca6d60b48
--- /dev/null
+++ b/users/grfn/emacs.d/snippets/python-mode/name
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: name
+# uuid:
+# key: name
+# condition: t
+# --
+__name__
\ No newline at end of file