1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/mail/wanderlust-emacs/files/wanderlust-startup.mule.el.tmpl
Shigeyuki Fukushima 3138f27b23 Update to 2.4.0.
PR:		ports/23394
Submitted by:	MANTANI Nobutaka <nobutaka@nobutaka.com>
2000-12-13 09:52:45 +00:00

10 lines
380 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))
(setq load-path (cons "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/bitmap" load-path))
(require 'semi-setupel)
(require 'flim-setupel)
(require 'apel-setupel)
(load "mime-setup")
(provide 'wanderlust-startup)