1999-08-14 22:41:13 +00:00
|
|
|
(autoload 'wl "wl" "Wanderlust" t)
|
|
|
|
(autoload 'wl-draft "wl" "Write draft with Wanderlust." t)
|
1999-06-23 19:54:51 +00:00
|
|
|
(setq load-path (cons "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/wanderlust" load-path))
|
|
|
|
(require 'semi-setupel)
|
|
|
|
(require 'flim-setupel)
|
|
|
|
(require 'apel-setupel)
|
|
|
|
(setq wl-summary-weekday-name-lang "en")
|
|
|
|
(setq wl-thread-indent-level 2)
|
|
|
|
(setq wl-thread-have-younger-brother-str "+")
|
|
|
|
(setq wl-thread-youngest-child-str "+")
|
|
|
|
(setq wl-thread-vertical-str "|")
|
|
|
|
(setq wl-thread-horizontal-str "-")
|
|
|
|
(setq wl-thread-space-str " ")
|
|
|
|
(provide 'wanderlust-startup)
|