dot/swank.lisp: Fix the right margin to 77 columns in SLIME.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 27 Jun 2020 11:56:27 +0000 (12:56 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 27 Jun 2020 11:56:27 +0000 (12:56 +0100)
dot/swank.lisp

index 62f8160..3743891 100644 (file)
@@ -1,7 +1,8 @@
 ;; -*-lisp-*-
 
 (setf swank:*communication-style* :fd-handler
-      swank:*dont-close* t)
+      swank:*dont-close* t
+      *print-right-margin* 77)
 
 #+sbcl (progn
         (format t "******** contribs = ~A~%"