From: Mark Wooding Date: Wed, 1 Jul 2020 18:35:44 +0000 (+0100) Subject: dot/lisp-init.lisp: Group related `setf's together. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/1865da1722c24e56e89f4ea5f7e442798198e87c dot/lisp-init.lisp: Group related `setf's together. I think I bounce back and forth on this, but at the moment I prefer them this way. --- diff --git a/dot/lisp-init.lisp b/dot/lisp-init.lisp index 0e3507a..9795a03 100644 --- a/dot/lisp-init.lisp +++ b/dot/lisp-init.lisp @@ -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)