blob: 91687eaf932dceb47f5ed3883f93c8c94c5c3606 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
********************************************************************
* 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) *
********************************************************************
|