mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
b2fd9f020d
Remove needless ``site-lisp'' from load-path at startup-el.el . Submitted by: Shigeyuki Fukushima <shige@FreeBSD.org> Approved by: maintainer
14 lines
531 B
Cheetah
14 lines
531 B
Cheetah
(autoload 'wl "wl" "Wanderlust" t)
|
|
(autoload 'wl-draft "wl" "Write draft with Wanderlust." t)
|
|
(load "browse-url")
|
|
(load "mime-setup")
|
|
(setq wl-icon-dir "%%PREFIX%%/%%EMACS_LIBDIR%%/etc/wanderlust")
|
|
(setq wl-summary-weekday-name-lang "en")
|
|
(setq wl-thread-indent-level 2)
|
|
(setq wl-thread-have-younger-brother-str "+")
|
|
(setq wl-thread-youngest-child-str "+")
|
|
(setq wl-thread-vertical-str "|")
|
|
(setq wl-thread-horizontal-str "-")
|
|
(setq wl-thread-space-str " ")
|
|
(provide 'wanderlust-startup)
|