aboutsummaryrefslogtreecommitdiff
path: root/www/emacs-w3m/pkg-message
blob: c2c812184e4b11f376ff0c74855b2bfe6630eca3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[
{ 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
}
]