1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/mail/wanderlust/files/wanderlust-startup.mule.el.tmpl
Akinori MUSHA a016d77636 Update to 1.1.0.
Move post-install info from DESCR to MESSAGE.

PR:		ports/17753, ports/17754
Submitted by:	MAINTAINER
2000-04-19 06:52:38 +00:00

9 lines
293 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/wl" load-path))
(require 'semi-setupel)
(require 'flim-setupel)
(require 'apel-setupel)
(load "mime-setup")
(provide 'wanderlust-startup)