summaryrefslogtreecommitdiff
path: root/mail/wanderlust/files/wanderlust-startup.mule.el.tmpl
blob: d827fe9f88c21cba6be93d29c04a709f214683f5 (plain) (blame)
1
2
3
4
5
6
7
8
(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))
(require 'semi-setupel)
(require 'flim-setupel)
(require 'apel-setupel)
(load "mime-setup")
(provide 'wanderlust-startup)