;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2009 by the authors. ;;; ;;; See LICENCE for details. (in-package :hu.dwim.projectional-editor) (use-package '(:hu.dwim.web-server :hu.dwim.quasi-quote.xml)) (setf (hu.dwim.def::readtable-setup-form-of (find-extended-package (string :hu.dwim.projectional-editor))) '(hu.dwim.web-server::setup-readtable)) (hu.dwim.def::call-extended-package-definition-hooks (find-extended-package (string :hu.dwim.projectional-editor)))