mail/wanderlust: Fix breakage of HTML rendering with updated emacs-w3m

This commit is contained in:
MANTANI Nobutaka 2024-02-11 23:26:39 +09:00
parent 64f494620b
commit 694cfbe2a4
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= wanderlust
PORTVERSION= 2.15.9.b.${SNAPDATE}
PORTREVISION= 1
CATEGORIES= mail elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}

View File

@ -1,4 +1,5 @@
(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
(load "mime-setup")
(load "mime-w3m")
(provide 'wanderlust-startup)