From: Mark Wooding Date: Mon, 7 Sep 2020 12:33:41 +0000 (+0100) Subject: .skelrc: Quotify the project name. X-Git-Url: https://git.distorted.org.uk/~mdw/mdwfonts/commitdiff_plain/8f0f89dd109b63786dcfaf433df3f9d88b391228 .skelrc: Quotify the project name. --- diff --git a/.skelrc b/.skelrc index 43184f2..d4d7a81 100644 --- 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))