;;;							-*- 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 hmac package, uncomment following line.
;(setq wl-install-hmac t)

;; if you want to install wl modules to the subdirectory other than "wl" 
;; under ELISPDIR, set following variables. 
;(setq WL_PREFIX "your-path")    ; default is "wl"
;(setq ELMO_PREFIX "your-path")  ; default is "wl"

;; if you don't want Wanderlust to display bitmap demo 
;; though your Emacs have bitmap package, uncomment following line.
;(setq wl-demo-use-bitmap nil)
