chiark
/
gitweb
/
~mdw
/
skel
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Release 1.3.3.
[skel]
/
skelrc.tex
1
;;; -*-emacs-lisp-*-
2
3
(setq skel-alist
4
(append
5
'((new-comment . "%%%")
6
(cont-comment . "%%%")
7
(end-comment . "%%%")
8
(block-start . "%%%")
9
(block-banner-knob . "")
10
(block-banner-end . "")
11
(block-end . "")
12
(preamble . ""))
13
skel-alist))