summaryrefslogtreecommitdiff
path: root/mail/wanderlust/files/wanderlust-startup.mule.el.tmpl
blob: 16d63384a0ba46b004d9a395c61334058982136b (plain) (blame)
1
2
3
4
5
6
7
8
(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)