;;;							-*- emacs-lisp -*-
;;; Configuration file for installation.

;; load-path setting.
;(if (boundp 'nemacs-version)
;    (setq load-path (append 
;		     load-path
;		     (list "/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/"))))


;; 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 modules to the directories other than "wl",
;; set following variables. 
(setq WL_PREFIX "wanderlust2")    ; default is "wl"
(setq ELMO_PREFIX "wanderlust2")  ; default is "wl"

