freebsd-ports/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl

13 lines
490 B
Cheetah
Raw Normal View History

(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)