| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
If wl and elmo directories are defined in load-path, then
byte-compilation and installation are not necessary to start Wanderlust.
For example, if package is extracted in `~/work', Wanderlust can be
invoked with following setting in `~/.emacs'.
(add-to-list 'load-path "~/work/wl-version/wl") (add-to-list 'load-path "~/work/wl-version/elmo") |