dotfiles/emacs/.emacs.d/snippets/python-mode/url

5 lines
79 B
Text
Raw Normal View History

2016-11-24 21:41:10 +01:00
# -*- mode: snippet -*-
# name: url
# key: url
# --
url(r'^$1', $2, name='$3'),