dot/swank.lisp: If my `lisp-init.lisp' has run, use its package.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 1 Jul 2020 18:41:37 +0000 (19:41 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 9 Aug 2020 03:34:42 +0000 (04:34 +0100)
This tries to keep `cl-user' free for the actual session.

dot/swank.lisp

index c72cbcd..34cfbf9 100644 (file)
@@ -1,5 +1,7 @@
 ;; -*-lisp-*-
 
+#+mdw (cl:in-package #:mdw-hacks)
+
 (setf swank:*communication-style* :fd-handler
       swank:*dont-close* t
       *print-right-margin* 77)