Add pixelfed to non-eww sites

This commit is contained in:
Case Duckworth 2021-09-13 17:16:32 -05:00
parent fc7a97d8d7
commit 765c3b75dd
1 changed files with 2 additions and 1 deletions

View File

@ -170,7 +170,8 @@ AKA, DO NOT USE THIS FUNCTION!!!"
(cons (rx (or "google.com" ; websites that don't work with eww
"reddit.com"
"twitter.com"
"imgur.com"))
"imgur.com"
"pixelfed"))
browse-url-secondary-browser-function)
(cons "." ; everything else
#'eww-browse-url)))