From 90ea8c82366a9215857f40d585f767c77a8cb7ff Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 16 Apr 2009 17:39:09 +0200 Subject: updated emacs config enabled the templates automatic add template to new files added templates added .emacs.d/lisp to load-path automatic follow symlinks to vc automatic bytecompile .emacs in dotfiles --- emacs.d/templates/TEMPLATE.py.tpl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 emacs.d/templates/TEMPLATE.py.tpl (limited to 'emacs.d/templates/TEMPLATE.py.tpl') diff --git a/emacs.d/templates/TEMPLATE.py.tpl b/emacs.d/templates/TEMPLATE.py.tpl new file mode 100644 index 0000000..27253c1 --- /dev/null +++ b/emacs.d/templates/TEMPLATE.py.tpl @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# date: (>>>DATE<<<) + +(>>>POINT<<<) -- cgit v1.2.3