mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
11 lines
479 B
Cheetah
11 lines
479 B
Cheetah
|
(setq load-path (cons "%%PREFIX%%/%%EMACS_VER_LIBDIR%%/site-lisp/emu" load-path))
|
||
|
(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)
|