about summary refs log tree commit diff
path: root/users/wpcarro/emacs/.emacs.d/snippets/python-mode/shebang
# -*- mode: snippet -*-
# name: shebang
# key: shb
# --
#!/usr/bin/env python
# -*- coding: utf-8 -*-