This chapter gives examples of how to make minor changes to the LispWorks interface: how to change the appearance of windows; how to add new buttons, how to set up printer details, and so on.
There are a number of files that contain configuration and initialization information:
config/configure.lisp contains many default configuration settings. You should customize this file when you install LispWorks. config/key-bindings.lisp gives the default key bindings..lispworks file containing Lisp forms to be evaluated on startup./users/, and has the same name as your Windows user name. Thus, if you log on with the namejohn, your home directory is /users/john/. Many of the customizations discussed in this chapter involve making changes to your.lispworks file.