chiark
/
gitweb
/
~mdw
/
profile
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
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*)