--- a/magitek.asd Fri Jan 20 00:02:27 2017 +0000
+++ b/magitek.asd Fri Jan 20 00:04:30 2017 +0000
@@ -36,7 +36,8 @@
(:file "quickutils")))
(:file "package")
(:module "src" :serial t
- :components ((:file "database")
+ :components ((:file "readtables")
+ (:file "database")
(:file "twitter")
(:file "markov")
(:module "robots"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/readtables.lisp Fri Jan 20 00:04:30 2017 +0000
@@ -0,0 +1,4 @@
+(in-package :magitek)
+
+(named-readtables:defreadtable :nutbags-readtable
+ (:fuze :chancery :fare-quasiquote))
--- a/src/robots/rpg-shopkeeper.lisp Fri Jan 20 00:02:27 2017 +0000
+++ b/src/robots/rpg-shopkeeper.lisp Fri Jan 20 00:04:30 2017 +0000
@@ -1,8 +1,4 @@
(in-package :magitek.robots.rpg-shopkeeper)
-
-(named-readtables:defreadtable :nutbags-readtable
- (:fuze :chancery :fare-quasiquote))
-
(named-readtables:in-readtable :nutbags-readtable)
;;;; Utils --------------------------------------------------------------------