Skip to content

Commit

Permalink
mail/wanderlust: Fix breakage of HTML rendering with updated emacs-w3m
Browse files Browse the repository at this point in the history
  • Loading branch information
MANTANI Nobutaka authored and MANTANI Nobutaka committed Feb 11, 2024
1 parent 64f4946 commit 694cfbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mail/wanderlust/Makefile
@@ -1,5 +1,6 @@
PORTNAME= wanderlust
PORTVERSION= 2.15.9.b.${SNAPDATE}
PORTREVISION= 1
CATEGORIES= mail elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}

Expand Down
1 change: 1 addition & 0 deletions mail/wanderlust/files/wanderlust-startup.el
@@ -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)

0 comments on commit 694cfbe

Please sign in to comment.