about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-02 23:50:17 -0500
committerCase Duckworth2021-09-02 23:50:17 -0500
commitaf1972524742692e8ad81403711bc2beb62fa940 (patch)
treeff0cb4809dbb7e7adcb33194cc42b35d10af8831 /init.el
parentEnable iscroll-mode always (diff)
downloademacs-af1972524742692e8ad81403711bc2beb62fa940.tar.gz
emacs-af1972524742692e8ad81403711bc2beb62fa940.zip
Add imgur.com to those websites requiring a secondary browser
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 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)))