mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
2e93233e1d
Submitted by: Maintainer
5 lines
209 B
Cheetah
5 lines
209 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))
|
|
(provide 'wanderlust-startup)
|