From 3f610255d881bf4466641476b1fddfdf270e772b Mon Sep 17 00:00:00 2001 From: teranisi Date: Tue, 4 Apr 2000 06:27:59 +0000 Subject: [PATCH] Added because it was not imported (It's my mistake). --- WL-CFG | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 WL-CFG diff --git a/WL-CFG b/WL-CFG new file mode 100644 index 0000000..fcf9b0c --- /dev/null +++ b/WL-CFG @@ -0,0 +1,36 @@ +;;; -*- 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" +; "/usr/local/share/mule/site-lisp/flim" +; "/usr/local/share/mule/site-lisp/semi") +; load-path)) + +;; If you want to install utils, uncomment following line. +;(setq wl-install-utils t) + +;; If you want to install sasl package, uncomment following line. +;(setq wl-install-sasl t) + +;; Set lauguage for info file ("ja" or "en"). Default is "ja". +;; By following setting, English info is installed. +;(setq wl-info-lang "en") +;; By following setting, both Japanese and English info are installed. +;(setq wl-info-lang '("ja" "en")) + +;; if you want to install wl modules to the subdirectory other than "wl" +;; under LISPDIR, set following variables. +;(setq WL_PREFIX "your-path") ; default is "wl" +;(setq ELMO_PREFIX "your-path") ; default is "wl" + -- 1.7.10.4