1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/mail/wanderlust-emacs/files/wanderlust-startup.emacs20.el.tmpl
SADA Kenji 2e93233e1d Upgrade to 1.0.3.
Submitted by:	Maintainer
1999-08-14 22:41:13 +00:00

5 lines
209 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))
(provide 'wanderlust-startup)