projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31be4d7
)
Fix up example code from previous eww.texi commit
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 12 Sep 2020 22:44:20 +0000
(
00:44
+0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 12 Sep 2020 22:44:20 +0000
(
00:44
+0200)
* doc/misc/eww.texi (Advanced): Simplify example command (and
"--virtual-time-budget=3000" makes Chromium unstable).
doc/misc/eww.texi
patch
|
blob
|
history
diff --git
a/doc/misc/eww.texi
b/doc/misc/eww.texi
index e814d0ac4869f687e4cd3138e43ba468cacb34e9..a9513e446a06b0ad8870dbc59d36520f80cd976c 100644
(file)
--- a/
doc/misc/eww.texi
+++ b/
doc/misc/eww.texi
@@
-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