]> git.eshelyaron.com Git - emacs.git/commitdiff
Recognize gemini in thing-at-point
authorStefan Kangas <stefan@marxist.se>
Tue, 12 Jul 2022 10:02:51 +0000 (12:02 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 12 Jul 2022 10:22:57 +0000 (12:22 +0200)
* lisp/thingatpt.el (thing-at-point-uri-schemes): Recognize gemini.

lisp/thingatpt.el

index b3dca5890f1f4d043a6271367303b09e2df606a7..a7c86fb24f016971430d09f3c66819042316e41a 100644 (file)
@@ -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://")