| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Contents of the file `WL-CFG' is loaded under installation if a file
with that name exists in extracted directory. You can use `WL-CFG' to
configure load-path to extra packages such as SEMI if needed.
If you want to specify the install directory of Wanderlust related files, then set following variables in `WL-CFG'
WL_PREFIX
LISPDIR.
WL modules include `wl*.el', `wl*.elc' files.
ELMO_PREFIX
LISPDIR.
ELMO modules include `elmo*.el', `elmo*.elc' files.
Default value of WL_PREFIX and ELMO_PREFIX are `wl'.
If you want to install ELMO related files under a sub-directory such as "elmo" then add following to `WL-CFG':
(setq ELMO_PREFIX "elmo") |