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:
7914c3f
)
dot/lisp-init.lisp: Group related `setf's together.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 1 Jul 2020 18:35:44 +0000
(19:35 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/dot/lisp-init.lisp
b/dot/lisp-init.lisp
index 0e3507ae77a17a47fb8f6ab65f68f5cdcb10b02b..9795a0361b635f93274a025e59d566eecc435374 100644
(file)
--- a/
dot/lisp-init.lisp
+++ b/
dot/lisp-init.lisp
@@
-6,8
+6,8
@@
(cl:defparameter mdw-hacks::*previous-package* cl:*package*)
(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)