Add print debugging template

This commit is contained in:
contrapunctus 2022-07-20 23:13:57 +05:30
parent bd5c2c6681
commit 3763330305
1 changed files with 4 additions and 0 deletions

View File

@ -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") " ("