summaryrefslogtreecommitdiffstats
path: root/.emacs.d/snippets/python-mode/url
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/python-mode/url')
-rw-r--r--.emacs.d/snippets/python-mode/url5
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/snippets/python-mode/url b/.emacs.d/snippets/python-mode/url
new file mode 100644
index 0000000..00ade72
--- /dev/null
+++ b/.emacs.d/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