X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=WL-CFG;h=a17c225179025405a988ba27a9e06a9007569be3;hb=c77b16ddb7317932d0bbb9b62286ead51e772d5f;hp=fe459585c6efa104482a4f9b58bd7b1778b59f0e;hpb=b473e232042f5094333e5d25c39db0dedb897811;p=elisp%2Fwanderlust.git diff --git a/WL-CFG b/WL-CFG index fe45958..a17c225 100644 --- a/WL-CFG +++ b/WL-CFG @@ -1,15 +1,6 @@ ;;; -*- emacs-lisp -*- ;;; Configuration file for installation. -;; load-path setting example for Nemacs with tm. -;(setq load-path (append -; (list "/usr/local/lib/nemacs/local.lisp/apel" -; "/usr/local/lib/nemacs/local.lisp/flim" -; "/usr/local/lib/nemacs/local.lisp/mu" -; "/usr/local/lib/nemacs/local.lisp/tm" -; "/usr/local/lib/nemacs/local.lisp/") -; load-path)) - ;; load-path setting example for Mule with SEMI. ;(setq load-path (append ; (list "/usr/local/share/mule/site-lisp/apel" @@ -20,11 +11,12 @@ ;; If you want to install utils, uncomment following line. ;(setq wl-install-utils t) -;; Set lauguage for info file ("ja" or "en"). Default is "ja". -;; By following setting, English info is installed. +;; Set language for info file ("ja" or "en", both in default). +;; If you only need manual in English, uncomment following line. ;(setq wl-info-lang "en") -;; By following setting, both Japanese and English info are installed. -;(setq wl-info-lang '("ja" "en")) + +;; Set language for news file ("ja" or "en", both in default). +;(setq wl-news-lang '("ja" "en")) ; order sensitive ;; if you want to install wl modules to the subdirectory other than "wl" ;; under LISPDIR, set following variables.