ambevar-dotfiles/.swank.lisp

4 lines
139 B
Common Lisp
Raw Normal View History

2019-04-18 21:08:18 +02:00
(setf swank:*globally-redirect-io* t)
;; The following is required by SBCL for Next.
2019-05-09 23:38:25 +02:00
#+sbcl (setf swank:*communication-style* :fd-handler)