mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
790af7141e
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
9 lines
301 B
Cheetah
9 lines
301 B
Cheetah
(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)
|