.skelrc: Quotify the project name.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 7 Sep 2020 12:33:04 +0000 (13:33 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 7 Sep 2020 16:36:45 +0000 (17:36 +0100)
.skelrc

diff --git a/.skelrc b/.skelrc
index efff991..b450237 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))