freebsd-ports/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl
SADA Kenji 790af7141e Add 'load "mime-setup"' statements into each startup.el .
Submitted by:	MANTANI Nobutaka <nobutaka@nobutaka.com>
1999-08-16 21:59:54 +00:00

16 lines
604 B
Cheetah

(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-draft "wl" "Write draft with Wanderlust." t)
(setq load-path (cons "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/wanderlust" load-path))
(require 'semi-setupel)
(require 'flim-setupel)
(require 'apel-setupel)
(load "mime-setup")
(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)