diff --git a/.swank.lisp b/.swank.lisp new file mode 100644 index 00000000..2de85ecf --- /dev/null +++ b/.swank.lisp @@ -0,0 +1,3 @@ +(setf swank:*globally-redirect-io* t) +;; The following is required by SBCL for Next. +(setf swank:*communication-style* :fd-handler)