summaryrefslogtreecommitdiff
path: root/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl
blob: 19dbd53753acc5db7f572271bd284b800fd1f330 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-draft "wl" "Write draft with Wanderlust." t)
(setq load-path (cons "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/wanderlust" 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)