diff options
Diffstat (limited to 'mail/wanderlust/files/wanderlust-startup.emacs21.el.tmpl')
-rw-r--r-- | mail/wanderlust/files/wanderlust-startup.emacs21.el.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/wanderlust/files/wanderlust-startup.emacs21.el.tmpl b/mail/wanderlust/files/wanderlust-startup.emacs21.el.tmpl new file mode 100644 index 000000000000..e9ef833c9671 --- /dev/null +++ b/mail/wanderlust/files/wanderlust-startup.emacs21.el.tmpl @@ -0,0 +1,4 @@ +(autoload 'wl "wl" "Wanderlust" t) +(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t) +(load "mime-setup") +(provide 'wanderlust-startup) |