diff options
author | Kyle Meyer <meyerkya@gmail.com> | 2013-06-29 01:35:43 -0400 |
---|---|---|
committer | Kyle Meyer <meyerkya@gmail.com> | 2013-06-30 20:42:10 -0400 |
commit | 54577f4f7ccd88348a31fe0c8893bf203bcf4926 (patch) | |
tree | c79d3a14332611459d3517c2ff8792cff330d4cd /snippets/python-mode/shebang | |
parent | 2ef6bc3923917df9b1708bba164c2ce535ed00e8 (diff) | |
download | emacs.d-54577f4f7ccd88348a31fe0c8893bf203bcf4926.tar.gz |
move python shebang/common imports to yasnippet
Diffstat (limited to 'snippets/python-mode/shebang')
-rw-r--r-- | snippets/python-mode/shebang | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/snippets/python-mode/shebang b/snippets/python-mode/shebang new file mode 100644 index 0000000..26da506 --- /dev/null +++ b/snippets/python-mode/shebang @@ -0,0 +1,5 @@ +# name: python shebang +# key: #! +# -- +#!/usr/bin/env python${1:3} +$0 |