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:
parent
31be4d7ca4
commit
f7d8650187
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue