diff options
author | Thanos Apollo <[email protected]> | 2024-05-10 09:09:25 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-05-10 09:09:25 +0300 |
commit | 91e4e06f9080836c7095e7198e923ee4be768882 (patch) | |
tree | 3d43d84c75172fc4bfa3d76fa35e5a12fbf7705f /.emacs.d/insert/python.template | |
parent | bec6503f1224c6b03d954887a3ee50c49fa3115f (diff) |
emacs: Rewrite emacs configuration as one file
Diffstat (limited to '.emacs.d/insert/python.template')
-rw-r--r-- | .emacs.d/insert/python.template | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.emacs.d/insert/python.template b/.emacs.d/insert/python.template deleted file mode 100644 index 63f77b6..0000000 --- a/.emacs.d/insert/python.template +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env python3 - |