This chapter gives examples of how to make minor changes to the LispWorks interface.
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-binds.lisp
gives the default editor key bindings.
config/msw-key-binds.lisp
gives the editor key bindings for PC Mode.
.lispworks
file containing Lisp forms to be evaluated on startup.
By default, your home directory is located in
/users/
, and has the same name as your user name. Thus, if you log on with the name
john
, your home directory is
/users/john
/.
Many of the customizations discussed in this chapter involve making changes to your
.lispworks
file.