diff --git a/templates b/templates index b47e75b..2e2a6a7 100644 --- a/templates +++ b/templates @@ -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") " ("