summaryrefslogtreecommitdiffstats
path: root/emacs/snippets/python-mode/url
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/snippets/python-mode/url')
-rw-r--r--emacs/snippets/python-mode/url5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/snippets/python-mode/url b/emacs/snippets/python-mode/url
new file mode 100644
index 0000000..00ade72
--- /dev/null
+++ b/emacs/snippets/python-mode/url
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: url
+# key: url
+# --
+url(r'^$1', $2, name='$3'), \ No newline at end of file