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
in your home directory, although you can change its name and location by
Tools > Global Preferences...
.
By default, your home directory is located in
/users
on Unix systems, and
C:\users
on Windows systems. It has the same name as your user name. So if you log on as
john
, your home directory is
/users/john
or
C:\users\john
.
Many of the customizations discussed in this chapter involve making changes to your personal initialization file.