From: Mark Wooding Date: Mon, 7 Sep 2020 12:33:04 +0000 (+0100) Subject: .skelrc: Quotify the project name. X-Git-Url: https://git.distorted.org.uk/~mdw/mdwtools/commitdiff_plain/21347f80feb3f43075e7db830c4c58af6888ff4a .skelrc: Quotify the project name. --- 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))