freebsd-ports/mail/wanderlust/files/wanderlust-startup.xemacs21-mule.el.tmpl

7 lines
231 B
Cheetah
Raw Normal View History

(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
(load "browse-url")
(load "mime-setup")
(setq wl-icon-dir "%%PREFIX%%/%%EMACS_PACKAGESDIR%%/etc/wl")
(provide 'wanderlust-startup)