diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2015-12-25 18:50:43 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2015-12-25 18:50:43 +0100 |
commit | 6d124eef1c940b251277b3eed6dd55eb7565d97e (patch) | |
tree | 69abd5bc146b2a6b404d12979f7e9cf994510e54 /doc/misc | |
parent | bdaff9c813973c31dfe1cd357b0f5099ccd0b883 (diff) | |
download | emacs-6d124eef1c940b251277b3eed6dd55eb7565d97e.tar.gz |
Allow toggling colors in eww
* doc/misc/eww.texi (Basics): Mention "C".
* lisp/net/eww.el (eww-toggle-colors): New command and keystroke.
* lisp/net/shr.el (shr-use-colors): New variable.
(shr-colorize-region): Use it.
Diffstat (limited to 'doc/misc')
-rw-r--r-- | doc/misc/eww.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi index f1347b7b3bb..15cc867dc7f 100644 --- a/doc/misc/eww.texi +++ b/doc/misc/eww.texi @@ -109,6 +109,12 @@ only display this part. This usually gets rid of menus and the like. The @kbd{F} command (@code{eww-toggle-fonts}) toggles whether to use variable-pitch fonts or not. This sets the @code{shr-use-fonts} variable. +@findex eww-toggle-colors +@findex shr-use-colors +@kindex F + The @kbd{C} command (@code{eww-toggle-colors}) toggles whether to use +HTML-specified colors or not. This sets the @code{shr-use-colors} variable. + @findex eww-download @vindex eww-download-directory @kindex d |