diff options
author | Case Duckworth | 2021-09-02 23:50:17 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-02 23:50:17 -0500 |
commit | af1972524742692e8ad81403711bc2beb62fa940 (patch) | |
tree | ff0cb4809dbb7e7adcb33194cc42b35d10af8831 | |
parent | Enable iscroll-mode always (diff) | |
download | emacs-af1972524742692e8ad81403711bc2beb62fa940.tar.gz emacs-af1972524742692e8ad81403711bc2beb62fa940.zip |
Add imgur.com to those websites requiring a secondary browser
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index cfedcab..a3b3efa 100644 --- a/init.el +++ b/init.el | |||
@@ -106,7 +106,8 @@ | |||
106 | args))) | 106 | args))) |
107 | (cons (rx (or "google.com" ; websites that don't work with eww | 107 | (cons (rx (or "google.com" ; websites that don't work with eww |
108 | "reddit.com" | 108 | "reddit.com" |
109 | "twitter.com")) | 109 | "twitter.com" |
110 | "imgur.com")) | ||
110 | browse-url-secondary-browser-function) | 111 | browse-url-secondary-browser-function) |
111 | (cons "." ; everything else | 112 | (cons "." ; everything else |
112 | #'eww-browse-url))) | 113 | #'eww-browse-url))) |