emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f7d8650: Fix up example code from previous eww.texi commit


From: Lars Ingebrigtsen
Subject: master f7d8650: Fix up example code from previous eww.texi commit
Date: Sat, 12 Sep 2020 18:44:32 -0400 (EDT)

branch: master
commit f7d8650187e4720ba6a889da30535e3cdc1249a9
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 e814d0a..a9513e4 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]