From 1865da1722c24e56e89f4ea5f7e442798198e87c Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 1 Jul 2020 19:35:44 +0100 Subject: [PATCH] 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. --- dot/lisp-init.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.11.0