Add print debugging template
parent
bd5c2c6681
commit
3763330305
|
@ -32,8 +32,12 @@ 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)")
|
||||
;; print debugging
|
||||
(pd "(format *debug-io* \"" (p "string") "\" " (p "args") ")")
|
||||
|
||||
sql-mode
|
||||
(ct "CREATE TABLE " (s "table") " ("
|
||||
|
|
Loading…
Reference in New Issue