chiark
/
gitweb
/
~mdw
/
skel
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Remove redundant call to `AM_PROG_INSTALL'.
[skel]
/
skelrc.el
1
;;; -*-emacs-lisp-*-
2
3
(setq skel-alist
4
(append
5
'((new-comment . ";;;")
6
(cont-comment . ";;;")
7
(end-comment . ";;;"))
8
skel-alist))