diff options
Diffstat (limited to 'mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl')
-rw-r--r-- | mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl b/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl deleted file mode 100644 index b635021cd1f5..000000000000 --- a/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl +++ /dev/null @@ -1,15 +0,0 @@ -(autoload 'wl "wl" "Wanderlust" t) -(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t) -(setq load-path (cons "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/wl" 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) |