1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/mail/wanderlust-emacs/files/wanderlust-startup.mule.el.tmpl
Steve Price 188b392f5f Update to version 1.1.1.
PR:		19308
Submitted by:	maintainer
2000-07-10 02:03:31 +00:00

9 lines
299 B
Cheetah

(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-draft "wl-draft" "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)