1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/www/emacs-w3m/pkg-message
2019-08-14 12:25:09 +00:00

25 lines
499 B
Plaintext

[
{ type: install
message: <<EOM
Before using emacs-w3m, you must add this to your own .emacs:
(autoload 'w3m "w3m" "Interface for w3m on Emacs." t)
To use emacs-w3m on Wanderlust, add this to your own .emacs:
(require 'mime-w3m)
To use emacs-w3m on Mew, add this to your own .mew.el:
(require 'mew-w3m)
(setq mew-prog-html '(mew-mime-text/html-w3m nil nil))
And to use octet stream viewer, add this to your own .emacs:
(require 'w3m)
(require 'octet)
(octet-mime-setup)
EOM
}
]