mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
188b392f5f
PR: 19308 Submitted by: maintainer
16 lines
602 B
Cheetah
16 lines
602 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))
|
|
(require 'semi-setupel)
|
|
(require 'flim-setupel)
|
|
(require 'apel-setupel)
|
|
(load "mime-setup")
|
|
(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)
|