summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/python-mode')
-rw-r--r--.emacs.d/snippets/python-mode/bang6
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/snippets/python-mode/bang b/.emacs.d/snippets/python-mode/bang
new file mode 100644
index 0000000..d70a4a2
--- /dev/null
+++ b/.emacs.d/snippets/python-mode/bang
@@ -0,0 +1,6 @@
1# -*- mode: snippet -*-
2# name: #!
3# key: #!
4# contributor : @avelino
5# --
6#!/usr/bin/env python \ No newline at end of file