mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
188b392f5f
PR: 19308 Submitted by: maintainer
7 lines
231 B
Cheetah
7 lines
231 B
Cheetah
(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)
|