summaryrefslogtreecommitdiff
path: root/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl')
-rw-r--r--mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl14
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl b/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl
deleted file mode 100644
index 423395b5a2f1..000000000000
--- a/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl
+++ /dev/null
@@ -1,14 +0,0 @@
-(autoload 'wl "wl" "Wanderlust" t)
-(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
-(setq load-path (cons "%%PREFIX%%/%%EMACS_VER_LIBDIR%%/site-lisp/emu" load-path))
-(load "browse-url")
-(load "mime-setup")
-(setq wl-icon-dir "%%PREFIX%%/%%EMACS_LIBDIR%%/etc/wl")
-(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)