From 897eee81de8b3f6adf0165f50e95600a7b89c20c Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Wed, 4 Feb 2015 21:41:42 +0100 Subject: Standalone lisp and snippet repo --- .emacs.d/snippets/python-mode/script | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .emacs.d/snippets/python-mode/script (limited to '.emacs.d/snippets/python-mode/script') diff --git a/.emacs.d/snippets/python-mode/script b/.emacs.d/snippets/python-mode/script new file mode 100644 index 0000000..e7f8a42 --- /dev/null +++ b/.emacs.d/snippets/python-mode/script @@ -0,0 +1,13 @@ +# -*- mode: snippet -*- +# name: script +# key: script +# -- +#!/usr/bin/env python +# -*- coding: utf-8 -*- + + +def main(): + pass + +if __name__ == '__main__': + main() -- cgit v1.3