home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 66531c8b304cbab6c31e6e4913c3cd143dc7fc21
parent f9b86f3c6513748aeb76fe82c0f4c6246aeb7614
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 25 Jun 2021 23:57:07 +0200

emacs: open docs.jboss.org* pages with google chrome (work)

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-web.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/tools/emacs/config/config-web.el b/tools/emacs/config/config-web.el @@ -78,6 +78,7 @@ defined keys follow the pattern of <PREFIX> <KEY>.") ("^https://gitlab.com.*" . browse-url-firefox) ("^https://issues.redhat.com.*" . browse-url-generic) ("^https://.*redhat.com.*" . browse-url-generic) + ("^https://docs.jboss.org.*" . browse-url-generic) (".*" . eww-browse-url)))) (provide 'config-web)