Doc fixes.
[elisp/wanderlust.git] / WL-CFG
1 ;;;                                                     -*- emacs-lisp -*-
2 ;;; Configuration file for installation.
3
4 ;; load-path setting example for Nemacs with tm.
5 ;(setq load-path (append 
6 ;                (list "/usr/local/lib/nemacs/local.lisp/apel"
7 ;                      "/usr/local/lib/nemacs/local.lisp/flim"
8 ;                      "/usr/local/lib/nemacs/local.lisp/mu"
9 ;                      "/usr/local/lib/nemacs/local.lisp/tm"
10 ;                      "/usr/local/lib/nemacs/local.lisp/")
11 ;                load-path))
12
13 ;; load-path setting example for Mule with SEMI.
14 ;(setq load-path (append 
15 ;                (list "/usr/local/share/mule/site-lisp/apel"
16 ;                      "/usr/local/share/mule/site-lisp/flim"
17 ;                      "/usr/local/share/mule/site-lisp/semi") 
18 ;                load-path))
19
20 ;; If you want to install utils, uncomment following line.
21 ;(setq wl-install-utils t)
22
23 ;; Set language for info file ("ja" or "en", both in default).
24 ;; If you only need manual in English, uncomment following line.
25 ;(setq wl-info-lang "en")
26
27 ;; if you want to install wl modules to the subdirectory other than "wl" 
28 ;; under LISPDIR, set following variables. 
29 ;(setq WL_PREFIX "your-path")    ; default is "wl"
30 ;(setq ELMO_PREFIX "your-path")  ; default is "wl"
31