From 8f0f89dd109b63786dcfaf433df3f9d88b391228 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 7 Sep 2020 13:33:41 +0100 Subject: [PATCH] .skelrc: Quotify the project name. --- .skelrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)) -- 2.11.0