summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2024-08-16 19:32:15 -0700
committercolin <colin@cicadas.surf>2024-08-16 19:32:15 -0700
commit7f616b7898300b70d84827e587c2ef805f6629e2 (patch)
treee881a22ce3437fd98056624d5ec8872b1070e343 /package.lisp
parent7fd198a10a2d537208c5287c76c42be8b312e7ab (diff)
Fussing with colors
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)