summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-13 17:16:32 -0500
committerCase Duckworth2021-09-13 17:16:32 -0500
commit765c3b75dd99a58485a0fa4e8d1117fc7d456ca3 (patch)
tree62fe00289c109a822673c6769073f9c61039a4d9 /init.el
parentEdit TODO.org (diff)
downloademacs-765c3b75dd99a58485a0fa4e8d1117fc7d456ca3.tar.gz
emacs-765c3b75dd99a58485a0fa4e8d1117fc7d456ca3.zip
Add pixelfed to non-eww sites
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
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)))