dot/lisp-init.lisp: Group related `setf's together.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 1 Jul 2020 18:35:44 +0000 (19:35 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 9 Aug 2020 03:34:42 +0000 (04:34 +0100)
I think I bounce back and forth on this, but at the moment I prefer them
this way.

dot/lisp-init.lisp

index 0e3507a..9795a03 100644 (file)
@@ -6,8 +6,8 @@
 (cl:in-package #:mdw-hacks)
 
 ;; Shut up.
-(setf *load-verbose* nil)
-(setf *compile-verbose* nil)
+(setf *load-verbose* nil
+      *compile-verbose* nil)
 
 #+cmu
 (setf *gc-verbose* nil)