tvl-depot/configs/shared/emacs/.emacs.d/snippets/python-mode/shebang
William Carroll 9ed59566eb Support Python
Adds configuration for my Python preferences.
2018-10-02 09:56:30 -04:00

6 lines
102 B
Text

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