2 ;;; Configuration file for installation.
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")
11 ;; If you want to install utils, uncomment following line.
12 ;(setq wl-install-utils t)
14 ;; Set language for info file ("ja" or "en", both in default).
15 ;; If you only need manual in English, uncomment following line.
16 ;(setq wl-info-lang "en")
18 ;; Set language for news file ("ja" or "en", both in default).
19 ;(setq wl-news-lang '("ja" "en")) ; order sensitive
21 ;; if you want to install wl modules to the subdirectory other than "wl"
22 ;; under LISPDIR, set following variables.
23 ;(setq WL_PREFIX "your-path") ; default is "wl"
24 ;(setq ELMO_PREFIX "your-path") ; default is "wl"