chiark
/
gitweb
/
~mdw
/
profile
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
lisp: Push `mdw' onto the *features*.
[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*)