From 93840e4b58c049f5a994a97fba92b89af944234d Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 16 Apr 2024 17:18:20 +0300 Subject: emacs: Add python insert template --- .emacs.d/insert/python.template | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .emacs.d/insert/python.template (limited to '.emacs.d/insert') 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 + -- cgit v1.2.3