.swank.lisp: Init

master
Pierre Neidhardt 2019-04-18 21:08:18 +02:00
parent 5d8447cabf
commit 92b7ec0f40
1 changed files with 3 additions and 0 deletions

3
.swank.lisp Normal file
View File

@ -0,0 +1,3 @@
(setf swank:*globally-redirect-io* t)
;; The following is required by SBCL for Next.
(setf swank:*communication-style* :fd-handler)