mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
3138f27b23
PR: ports/23394 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
10 lines
380 B
Cheetah
10 lines
380 B
Cheetah
(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))
|
|
(setq load-path (cons "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/bitmap" load-path))
|
|
(require 'semi-setupel)
|
|
(require 'flim-setupel)
|
|
(require 'apel-setupel)
|
|
(load "mime-setup")
|
|
(provide 'wanderlust-startup)
|