All Manuals > LispWorks User Guide and Reference Manual > 12 Customization of LispWorks > 12.11 Customizing LispWorks for use with your own code

NextPrevUpTopContentsIndex

12.11.1 Preloading selected modules

If you frequently use some code that is normally supplied as separate modules, you can load them at start-up time from your initialization file. This file is called .lispworks by default, but can be changed to be any other filename. See "Setting Preferences" in the LispWorks IDE User Guide for details.

For example, to load the dynamic-completion code every time you start LispWorks, include the following in your initialization file.

(require "dynamic-complete")

LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex