1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/mail/wanderlust-emacs/files/wanderlust-startup.emacs.el.tmpl
SADA Kenji 6532e1125e Wanderlust is a mail/news agent on Emacs/XEmacs .
PR:		ports/12276
Submitted by:	MANTANI Nobutaka <nobutaka@nobutaka.com>
1999-06-23 19:54:51 +00:00

13 lines
490 B
Cheetah

(setq load-path (cons "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/wanderlust" load-path))
(require 'semi-setupel)
(require 'flim-setupel)
(require 'apel-setupel)
(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)