diff --git a/templates b/templates index f51087e..1bdc68b 100644 --- a/templates +++ b/templates @@ -32,10 +32,7 @@ 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)") +(c "#+(or)") ;; print debugging (pd "(format *debug-io* \"" (p "string") "\" " (p "args") ")") (im "(:import-from :" (s "package") " #:" (s "symbol") ")")