diff options
-rw-r--r-- | .emacs.d/insert/python.template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/insert/python.template b/.emacs.d/insert/python.template new file mode 100644 index 0000000..63f77b6 --- /dev/null +++ b/.emacs.d/insert/python.template @@ -0,0 +1,2 @@ +#!/usr/bin/env python3 + |