summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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)))