From fc79bb6ffc90d68b450b8be88ce5c69429fcc275 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 29 Jul 2022 10:45:40 +0200 Subject: [PATCH] * lisp/ffap.el (ffap-url-regexp): Add gemini. --- lisp/ffap.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ffap.el b/lisp/ffap.el index ffed9f9759d..9ed17125de4 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -185,7 +185,7 @@ Note this name may be omitted if it equals the default "\\(" "news\\(post\\)?:\\|mailto:\\|file:" ; no host ok "\\|" - "\\(ftp\\|https?\\|telnet\\|gopher\\|www\\|wais\\)://" ; needs host + "\\(ftp\\|https?\\|telnet\\|gopher\\|gemini\\|www\\|wais\\)://" ; needs host "\\)") "Regexp matching the beginning of a URI, for ffap. If the value is nil, disable URL-matching features in ffap.") -- 2.39.5