From 21347f80feb3f43075e7db830c4c58af6888ff4a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 7 Sep 2020 13:33:04 +0100 Subject: [PATCH] .skelrc: Quotify the project name. --- .skelrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.skelrc b/.skelrc index efff991..b450237 100644 --- 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)) -- 2.11.0