Fixed load-path settings.
[elisp/wanderlust.git] / WL-CFG
1 ;;;                                                     -*- emacs-lisp -*-
2 ;;; Configuration file for installation.
3
4 ;; load-path setting example for Mule with SEMI.
5 ;(setq load-path (append
6 ;                (list "/usr/local/share/mule/site-lisp/apel"
7 ;                      "/usr/local/share/mule/site-lisp/flim"
8 ;                      "/usr/local/share/mule/site-lisp/semi")
9 ;                load-path))
10
11 ;; If you want to install utils, uncomment following line.
12 ;(setq wl-install-utils t)
13
14 ;; Set lauguage for info file ("ja" or "en"). Default is "ja".
15 ;; By following setting, English info is installed.
16 ;(setq wl-info-lang "en")
17 ;; By following setting, both Japanese and English info are installed.
18 ;(setq wl-info-lang '("ja" "en"))
19
20 ;; if you want to install wl modules to the subdirectory other than "wl"
21 ;; under LISPDIR, set following variables.
22 ;(setq WL_PREFIX "your-path")    ; default is "wl"
23 ;(setq ELMO_PREFIX "your-path")  ; default is "wl"
24