From a6aa231074b0db59aeb82c9a0239da49a8e3e592 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Sun, 31 Jul 2022 10:21:45 +0530 Subject: [PATCH] Add :import-from template --- templates | 1 + 1 file changed, 1 insertion(+) diff --git a/templates b/templates index 6cfccb3..aa5ab44 100644 --- a/templates +++ b/templates @@ -39,6 +39,7 @@ slime-repl-mode lisp-mode (hpo "#+(or)") ;; print debugging (pd "(format *debug-io* \"" (p "string") "\" " (p "args") ")") +(if "(:import-from :" (s "package") " #:" (s "symbol") ")") sql-mode (ct "CREATE TABLE " (s "table") " ("