Fix up example code from previous eww.texi commit

* doc/misc/eww.texi (Advanced): Simplify example command (and
"--virtual-time-budget=3000" makes Chromium unstable).
This commit is contained in:
Lars Ingebrigtsen 2020-09-13 00:44:20 +02:00
parent 31be4d7ca4
commit f7d8650187

View file

@ -221,9 +221,7 @@ use the Chromium browser, you could say something like this:
@lisp
(setq eww-retrieve-command
'("chromium" "--headless"
"--virtual-time-budget=3000"
"--dump-dom"))
'("chromium" "--headless" "--dump-dom"))
@end lisp
The command should return the @acronym{HTML} on standard output, and