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:
31c6e97
)
dot/lisp-init.lisp: Silence Lisp before loading ASDF.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 1 Jul 2020 18:30:36 +0000
(19:30 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 9 Aug 2020 03:34:42 +0000
(
04:34
+0100)
dot/lisp-init.lisp
patch
|
blob
|
blame
|
history
diff --git
a/dot/lisp-init.lisp
b/dot/lisp-init.lisp
index 1a22d1951ae348c47e85eac603ebe264825126bb..d36ae5f744cb11d60853f8e8bd3a11119370ff45 100644
(file)
--- a/
dot/lisp-init.lisp
+++ b/
dot/lisp-init.lisp
@@
-3,14
+3,14
@@
(cl:defpackage #:mdw-hacks
(cl:defparameter mdw-hacks::*previous-package* cl:*package*)
(cl:in-package #:mdw-hacks)
(cl:defparameter mdw-hacks::*previous-package* cl:*package*)
(cl:in-package #:mdw-hacks)
-;; Obtain ASDF from somewhere.
-(require "asdf")
-
;; Shut up.
(setf *load-verbose* nil)
(setf *compile-verbose* nil)
#+cmu (setf *gc-verbose* nil)
;; Shut up.
(setf *load-verbose* nil)
(setf *compile-verbose* nil)
#+cmu (setf *gc-verbose* nil)
+;; Obtain ASDF from somewhere.
+(require "asdf")
+
;; Tell SBCL where to find its source source.
#+sbcl
(sb-ext:set-sbcl-source-location #p"/usr/share/sbcl-source/")
;; Tell SBCL where to find its source source.
#+sbcl
(sb-ext:set-sbcl-source-location #p"/usr/share/sbcl-source/")