From: Mark Wooding Date: Sat, 27 Jun 2020 11:56:27 +0000 (+0100) Subject: dot/swank.lisp: Fix the right margin to 77 columns in SLIME. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/f169435d3d4a71e3d0f042394034033a8acbf972?ds=inline dot/swank.lisp: Fix the right margin to 77 columns in SLIME. --- diff --git a/dot/swank.lisp b/dot/swank.lisp index 62f8160..3743891 100644 --- a/dot/swank.lisp +++ b/dot/swank.lisp @@ -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~%"