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
parent
d4dd016038
commit
3dd83b56bd
|
@ -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") ")")
|
||||
|
|
Loading…
Reference in New Issue