From 2dc3e003413f10ebc8caf99f1cf54fca97d734cb Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 12 Jul 2022 12:02:51 +0200 Subject: [PATCH] Recognize gemini in thing-at-point * lisp/thingatpt.el (thing-at-point-uri-schemes): Recognize gemini. --- lisp/thingatpt.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el index b3dca5890f1..a7c86fb24f0 100644 --- a/lisp/thingatpt.el +++ b/lisp/thingatpt.el @@ -391,6 +391,8 @@ If nil, construct the regexp from `thing-at-point-uri-schemes'.") "telnet://" "tftp://" "tip://" "tn3270://" "udp://" "urn:" "uuid:" "vemmi://" "webcal://" "xri://" "xmlrpc.beep://" "xmlrpc.beeps://" "z39.50r://" "z39.50s://" "xmpp:" + ;; Unofficial + "gemini://" ;; Compatibility "fax:" "man:" "mms://" "mmsh://" "modem:" "prospero:" "snews:" "wais://") -- 2.39.5