Add newline to print debug template

This commit is contained in:
contrapunctus 2022-11-07 11:55:56 +05:30
parent 331d8e9297
commit e456bec299
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ slime-repl-mode lisp-mode
(ln "(:local-nicknames (:" (p "nickname") " :" (p "package-name") ")" q ")")
(c "#+(or)")
;; print debugging
(pd "(format *debug-io* \"" q "\")")
(pd "(format *debug-io* \"" q "~%\")")
(im "(:import-from :" (s "package") " #:" (s "symbol") ")")
(di "(:default-initargs " (s "initarg") ")")
(qu "(ql:update-all-dists)" n> "(ql:update-client)")