chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb221c1
)
dot/swank.lisp: Add stanza headings.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 1 Jul 2020 18:43:07 +0000
(19:43 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 9 Aug 2020 03:34:42 +0000
(
04:34
+0100)
dot/swank.lisp
patch
|
blob
|
blame
|
history
diff --git
a/dot/swank.lisp
b/dot/swank.lisp
index 030144317cacb5c18aa03d7184f570e5ffbfa72e..30870d48bf1ff1446ad65b1b22880db3914915d1 100644
(file)
--- a/
dot/swank.lisp
+++ b/
dot/swank.lisp
@@
-2,10
+2,12
@@
#+mdw (cl:in-package #:mdw-hacks)
+;; Miscellaneous configuration.
(setf swank:*communication-style* :fd-handler
swank:*dont-close* t
*print-right-margin* 77)
+;; Maybe inhibit some Swank extensions.
(let ((forbidden-contribs
'(#+sbcl swank-loader::swank-presentations
#+sbcl swank-loader::swank-presentation-streams)))