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