freebsd-ports/mail/wanderlust/files/wanderlust-startup.emacs20.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

5 lines
144 B
Cheetah

(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-draft "wl" "Write draft with Wanderlust." t)
(load "mime-setup")
(provide 'wanderlust-startup)