about summary refs log tree commit diff
path: root/users/wpcarro/emacs/.emacs.d/snippets/python-mode/shebang
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/emacs/.emacs.d/snippets/python-mode/shebang')
-rw-r--r--users/wpcarro/emacs/.emacs.d/snippets/python-mode/shebang6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/wpcarro/emacs/.emacs.d/snippets/python-mode/shebang b/users/wpcarro/emacs/.emacs.d/snippets/python-mode/shebang
new file mode 100644
index 0000000000..0f45ae782d
--- /dev/null
+++ b/users/wpcarro/emacs/.emacs.d/snippets/python-mode/shebang
@@ -0,0 +1,6 @@
+# -*- mode: snippet -*-
+# name: shebang
+# key: shb
+# --
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-