From f7d8650187e4720ba6a889da30535e3cdc1249a9 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 13 Sep 2020 00:44:20 +0200 Subject: [PATCH] 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). --- doc/misc/eww.texi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi index e814d0ac486..a9513e446a0 100644 --- 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 -- 2.39.5