chiark
/
gitweb
/
~mdw
/
mdwtools
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d50904
)
.skelrc: Quotify the project name.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 7 Sep 2020 12:33:04 +0000
(13:33 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 7 Sep 2020 16:36:45 +0000
(17:36 +0100)
.skelrc
patch
|
blob
|
blame
|
history
diff --git
a/.skelrc
b/.skelrc
index efff991062dd86fa4bcc0bbff77054fd7913a825..b45023702e51dfb857782d56864a9736f7e36345 100644
(file)
--- a/
.skelrc
+++ b/
.skelrc
@@
-3,7
+3,7
@@
(setq skel-alist
(append
'((author . "Mark Wooding")
- (full-title . "the
mdwtools
LaTeX package collection")
- (Program . "
mdwtools
")
- (program . "
mdwtools
"))
+ (full-title . "the
`mdwtools'
LaTeX package collection")
+ (Program . "
`mdwtools'
")
+ (program . "
`mdwtools'
"))
skel-alist))