diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 9fbc245..445b360 100644 --- a/init.el +++ b/init.el | |||
@@ -170,7 +170,8 @@ AKA, DO NOT USE THIS FUNCTION!!!" | |||
170 | (cons (rx (or "google.com" ; websites that don't work with eww | 170 | (cons (rx (or "google.com" ; websites that don't work with eww |
171 | "reddit.com" | 171 | "reddit.com" |
172 | "twitter.com" | 172 | "twitter.com" |
173 | "imgur.com")) | 173 | "imgur.com" |
174 | "pixelfed")) | ||
174 | browse-url-secondary-browser-function) | 175 | browse-url-secondary-browser-function) |
175 | (cons "." ; everything else | 176 | (cons "." ; everything else |
176 | #'eww-browse-url))) | 177 | #'eww-browse-url))) |