From 1cc5f314c6702374030e8853308da964a74eb698 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Sun, 31 Jul 2022 10:21:27 +0530 Subject: [PATCH] Don't add a newline --- templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates b/templates index 174b1af..6cfccb3 100644 --- a/templates +++ b/templates @@ -26,7 +26,7 @@ slime-repl-mode lisp-mode "(" (p "s") "))") (s "(%" (p "slot" slot) " :initarg :" (s slot) n> - " :accessor " (s slot) n> ")") + " :accessor " (s slot) > ")") (dg "(defgeneric " p " (" ")" n> "(:documentation \"" (s "docstring") "\"))") (qq "(ql:quickload '(" (p "packages") "))")