legacy-dotfiles/.emacs.d/snippets/python-mode/url
Tom Willemsen 62ea1086e9 Emacs: Manually set-up w3m
Only `w3m-goto-url' and `w3m-bookmark-view' are ever really used to
start w3m, no need to load `w3m-load' for that.
2012-12-28 01:56:58 +01:00

5 lines
No EOL
79 B
Text

# -*- mode: snippet -*-
# name: url
# key: url
# --
url(r'^$1', $2, name='$3'),