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

diff --git a/.skelrc b/.skelrc
index 43184f2..d4d7a81 100644 (file)
--- a/.skelrc
+++ b/.skelrc
@@ -3,7 +3,7 @@
 (setq skel-alist
       (append
        '((author . "Mark Wooding")
-        (full-title . "the mdwfonts font configuration system")
-        (Program . "mdwfonts")
-        (program . "mdwfonts"))
+        (full-title . "the `mdwfonts' font configuration system")
+        (Program . "`mdwfonts'")
+        (program . "`mdwfonts'"))
        skel-alist))