chiark / gitweb /
Merge branch 'master' of git+ssh://ponder.ncipher.com/~mwooding/etc/profile
[profile] / lisp-init.lisp
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 (pushnew :mdw *features*)