Quit template when reaching arguments

Much of the time, these print debugging calls don't have arguments,
and the argument field just becomes a hassle to delete.
production
contrapunctus 2022-10-16 14:59:58 +05:30
parent d4dd016038
commit 3dd83b56bd
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ slime-repl-mode lisp-mode
(ln "(:local-nicknames (:" (p "nickname") " :" (p "package-name") ")" q ")")
(c "#+(or)")
;; print debugging
(pd "(format *debug-io* \"" (p "string") "\" " (p "args") ")")
(pd "(format *debug-io* \"" (p "string") "\"" q ")")
(im "(:import-from :" (s "package") " #:" (s "symbol") ")")
(d "(:documentation \"" (s "docstring") "\")")
(di "(:default-initargs " (s "initarg") ")")