aboutsummaryrefslogtreecommitdiff
path: root/www/emacs-w3m/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'www/emacs-w3m/pkg-message')
-rw-r--r--www/emacs-w3m/pkg-message23
1 files changed, 0 insertions, 23 deletions
diff --git a/www/emacs-w3m/pkg-message b/www/emacs-w3m/pkg-message
deleted file mode 100644
index 770112a40023..000000000000
--- a/www/emacs-w3m/pkg-message
+++ /dev/null
@@ -1,23 +0,0 @@
-********************************************************************
-* 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: *
-* *
-* (setq mime-setup-enable-inline-html nil) *
-* (eval-after-load "mime-view" *
-* '(progn *
-* (autoload 'mime-w3m-preview-text/html "mime-w3m") *
-* (ctree-set-calist-strictly *
-* 'mime-preview-condition *
-* '((type . text) (subtype . html) (body . visible) *
-* (body-presentation-method . mime-w3m-preview-text/html))) *
-* (set-alist 'mime-view-type-subtype-score-alist *
-* '(text . html) 3))) *
-* *
-* And to use emacs-w3m on Mew, add this to your own .mew: *
-* *
-* (require 'mew-w3m) *
-* (setq mew-prog-html '(mew-mime-text/html-w3m nil nil)) *
-********************************************************************