blob: 169ef4c1a9726b9478ad71018770f65bb98d4c4a (
plain) (
blame)
1
2
3
4
5
6
|
(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)
|