aboutsummaryrefslogtreecommitdiff
path: root/src/connection/local.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection/local.lisp')
-rw-r--r--src/connection/local.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection/local.lisp b/src/connection/local.lisp
index 5a7da2d..a689881 100644
--- a/src/connection/local.lisp
+++ b/src/connection/local.lisp
@@ -16,6 +16,7 @@
;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
(in-package :consfigurator.connection.local)
+(named-readtables:in-readtable :consfigurator)
(defmethod establish-connection ((type (eql :local)) host &key)
(make-instance 'local-connection))