X-Git-Url: http://git.pond.sub.org/?p=eow;a=blobdiff_plain;f=setup.lisp;h=5a161845c909e30a351e44732f4b00621c235068;hp=a3f5d90cf7a95dbf47deeda6599ec73d8f505886;hb=d3ce5548f3546a86e43190e608e27e219709f79d;hpb=58c69aa5c7a9fceb42e36c9ab8d901c7cf66f643 diff --git a/setup.lisp b/setup.lisp index a3f5d90..5a16184 100644 --- a/setup.lisp +++ b/setup.lisp @@ -1,4 +1,4 @@ -(asdf:oos 'asdf:load-op "eow") +(mb:load "eow") (setf *webserver* (hunchentoot:start-server :port 4242)) ;; (hunchentoot:stop-server *webserver*) (setf hunchentoot:*show-lisp-backtraces-p* t)