New feature: toggle visibility of mime buttons.
[more-wl.git] / WL-CFG
bloba17c225179025405a988ba27a9e06a9007569be3
1 ;;;                                                     -*- emacs-lisp -*-
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")
9 ;                load-path))
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"