Commit c6a74c789ba4

Vincent Demeester <vincent@sbr.pm>
2021-07-02 12:04:14
emacs: open github in chrome (generic)
GitHub is for work, I use Chrome for work (firefox for the rest) Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 04897cc
Changed files (1)
tools
emacs
tools/emacs/config/config-web.el
@@ -74,8 +74,8 @@ defined keys follow the pattern of <PREFIX> <KEY>.")
   :after eww
   :config
   (setq browse-url-generic-program "google-chrome-stable")
-  (setq browse-url-browser-function '(("^https://github.com.*" . browse-url-firefox)
-                                      ("^https://gitlab.com.*" . browse-url-firefox)
+  (setq browse-url-browser-function '(("^https://gitlab.com.*" . browse-url-firefox)
+                                      ("^https://github.com.*" . browse-url-generic)
                                       ("^https://issues.redhat.com.*" . browse-url-generic)
                                       ("^https://.*redhat.com.*" . browse-url-generic)
                                       ("^https://docs.jboss.org.*" . browse-url-generic)