From 8493fa51a39ef1d737af74832c6fe8adc1d20238 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Mon, 1 Aug 2022 09:25:47 +0530 Subject: [PATCH] Rename comment template --- templates | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates b/templates index f51087e..1bdc68b 100644 --- a/templates +++ b/templates @@ -32,10 +32,7 @@ slime-repl-mode lisp-mode (up "(use-package '(" (p "package") "))") (ip "(in-package :" (p "package") ")") (l "(lambda (" (s "arguments") ") " (s "forms") ")") -;; hash hyphen and -(hha "#-(and)") -;; hash plus or -(hpo "#+(or)") +(c "#+(or)") ;; print debugging (pd "(format *debug-io* \"" (p "string") "\" " (p "args") ")") (im "(:import-from :" (s "package") " #:" (s "symbol") ")")