tvl-depot/configs/shared/.emacs.d/snippets/python-mode/shebang

7 lines
102 B
Text
Raw Normal View History

# -*- mode: snippet -*-
# name: shebang
# key: shb
# --
#!/usr/bin/env python
# -*- coding: utf-8 -*-