Initial import of my profile.
[profile] / lisp-init.lisp
... / ...
CommitLineData
1;; Uppercase is bad on the eyes.
2(setf *print-case* :downcase)
3(setf *load-verbose* nil)
4(setf *compile-verbose* nil)
5#+cmu (setf *gc-verbose* nil)
6
7