From af1972524742692e8ad81403711bc2beb62fa940 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 2 Sep 2021 23:50:17 -0500 Subject: Add imgur.com to those websites requiring a secondary browser --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index cfedcab..a3b3efa 100644 --- a/init.el +++ b/init.el @@ -106,7 +106,8 @@ args))) (cons (rx (or "google.com" ; websites that don't work with eww "reddit.com" - "twitter.com")) + "twitter.com" + "imgur.com")) browse-url-secondary-browser-function) (cons "." ; everything else #'eww-browse-url))) -- cgit 1.4.1-21-gabe81