summaryrefslogtreecommitdiffstats
path: root/emacs.d/templates/TEMPLATE.py.tpl
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2009-04-16 17:39:09 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2009-04-16 17:39:09 +0200
commit90ea8c82366a9215857f40d585f767c77a8cb7ff (patch)
tree25925538d61c4a5d63cfffddc30b31f9e68fafcb /emacs.d/templates/TEMPLATE.py.tpl
parent7453bde6d76694fb9490d6c47063ce8e3e4e6800 (diff)
downloaddotfiles-90ea8c82366a9215857f40d585f767c77a8cb7ff.tar.gz
dotfiles-90ea8c82366a9215857f40d585f767c77a8cb7ff.tar.xz
dotfiles-90ea8c82366a9215857f40d585f767c77a8cb7ff.zip
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
Diffstat (limited to '')
-rw-r--r--emacs.d/templates/TEMPLATE.py.tpl4
1 files changed, 4 insertions, 0 deletions
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<<<)