diff options
author | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2024-07-06 15:44:51 -0500 |
---|---|---|
committer | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2024-07-06 15:44:51 -0500 |
commit | a95cdd714187903ed24e40804c449e8e4737f027 (patch) | |
tree | 25c74b9dd88ac43a437df5175a253798a0367f55 /package.lisp | |
parent | 79c8538b90ddb99bf038f1b4daed4d666146c2af (diff) |
Add: redefined pages with hypnotisml syntax
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.lisp b/package.lisp index d4cf438..a6543c9 100644 --- a/package.lisp +++ b/package.lisp @@ -1,13 +1,13 @@ ;;;; package.lisp (defpackage #:vampire - (:use #:cl) + (:use #:cl #:hypnotisml) (:local-nicknames (#:db #:bknr.datastore) (#:wknd #:weekend) - (#:html #:hypnotisml) (#:a #:alexandria-2) (#:zippy #:org.shirakumo.zippy )) + (:import-from #:hypnotisml) (:import-from #:flatbind #:do>) (:import-from #:bknr.datastore #:with-transaction |