summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp25
1 files changed, 17 insertions, 8 deletions
diff --git a/package.lisp b/package.lisp
index 033efad..f22cd6b 100644
--- a/package.lisp
+++ b/package.lisp
@@ -5,19 +5,28 @@
(:import-from #:flatbind #:do>)
(:import-from
#:hypnotisml
- #:<html>
+
+ #:$
+ #:<a>
#:<body>
- #:<head>
- #:<h4>
#:<br>
- #:<a>
- #:<pre>
+ #:<button>
+ #:<code>
+ #:<div>
+ #:<form>
#:<h1>
+ #:<h3>
+ #:<h4>
+ #:<head>
+ #:<html>
#:<input>
+ #:<p>
+ #:<pre>
+ #:<span>
#:<textarea>
- #:<button>
- #:<form>
- #:@)
+ #:@
+
+)
(:local-nicknames
(#:a #:alexandria-2)
(#:db #:bknr.datastore)